Skip to content

Commit

Permalink
Tweak variable-length integer section
Browse files Browse the repository at this point in the history
This patch removes now-useless header and qualifies experimental results.
  • Loading branch information
lukewagner committed Jun 16, 2015
1 parent b299ab2 commit f098ada
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions BinaryEncoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f098ada

Please sign in to comment.