aboutsummaryrefslogtreecommitdiff
path: root/BinaryEncoding.md
diff options
context:
space:
mode:
authorJF Bastien <github@jfbastien.com>2015-06-17 11:42:00 +0200
committerJF Bastien <github@jfbastien.com>2015-06-17 11:42:00 +0200
commitdea013affe9ac8067251d60202d3aa493d9edb02 (patch)
tree917df0e7797f64eec2ec1301652c2abaafeed32b /BinaryEncoding.md
parent85e19144b518055d647b0982bd0860d2c5d84efd (diff)
parentf098ada0cddb8a206d807347afeef80d9883e51d (diff)
downloadnanowasm-design-dea013affe9ac8067251d60202d3aa493d9edb02.tar.gz
Merge pull request #181 from WebAssembly/tweak-var-len-ints
Tweak variable-length integer section
Diffstat (limited to 'BinaryEncoding.md')
-rw-r--r--BinaryEncoding.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md
index 9788abf..dae0ff0 100644
--- a/BinaryEncoding.md
+++ b/BinaryEncoding.md
@@ -57,10 +57,8 @@ Yes:
*just* parsing in SpiderMonkey (no validation, IR generation) to *just*
decoding in the polyfill (no asm.js code generation).
-## Building blocks
-
-### Variable-length integers
- * 31% size reduction before compression, 7% size reduction after compression.
+## Variable-length integers
+ * [Polyfill prototype](https://github.com/WebAssembly/polyfill-prototype-1) shows significant size savings before (31%) and after (7%) compression.
* [LEB128](https://en.wikipedia.org/wiki/LEB128) except limited to uint32_t payloads.
## Global structure