aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2018-08-08 08:55:19 -0700
committerGravatar GitHub <noreply@github.com>2018-08-08 08:55:19 -0700
commit7faa3fecad62580fd0a644bb814e1b488ef6248b (patch)
tree2c102d102409b6c379a947a5dbabc88129cb1e56
parentb60c1f10cd36e18fda9fd53248c7f4cf46e493e3 (diff)
Update assembly code heading a bit.
-rw-r--r--doc/ssl-performance.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ssl-performance.md b/doc/ssl-performance.md
index f0d2e0a074..2604e26a80 100644
--- a/doc/ssl-performance.md
+++ b/doc/ssl-performance.md
@@ -4,7 +4,7 @@ The SSL requirement of gRPC isn't necessarily making it easy to integrate. The H
As a result, we've tried hard to provide a smooth experience to our users when compiling and distributing gRPC, but this may come at performance costs due to this. More specifically, we will sometime build the SSL library by disabling assembly code, which can impact performances by an order of magnitude when processing encrypted streams.
-Build system | Condition | Platform | Assembly code
+Build system | Condition | Platform | Uses assembly code
---|---|---|--
Makefile | with OpenSSL 1.0.2 development files | all | :heavy_check_mark:
Makefile | all other cases | all | :x:
@@ -17,7 +17,7 @@ CMake | | all others | :heavy_check_mark:
In addition, we are shipping packages for language implementations. These packages are source packages, but also have pre-built binaries being distributed. Building packages from source may give a different result in some cases.
-Language | From source | Platform | Assembly code
+Language | From source | Platform | Uses assembly code
---|---|---|---
Node.JS | n/a | Linux | :heavy_check_mark:
Node.JS | n/a | MacOS | :heavy_check_mark: