• titzer's avatar
    [wasm] Rework encoding of local declarations. · 835c5e6b
    titzer authored
    Local declarations were previously encoded as an optional set of
    4 uint16 values as part of the function declaration. This CL
    implements the current design of moving these declarations to
    a list of pairs of (type, count) that is part of the body.
    
    R=bradnelson@chromium.org,binji@chromium.org
    BUG=
    
    Review URL: https://codereview.chromium.org/1763433002
    
    Cr-Commit-Position: refs/heads/master@{#34564}
    835c5e6b
Name
Last commit
Last update
..
OWNERS Loading commit data...
asm-wasm-builder.cc Loading commit data...
asm-wasm-builder.h Loading commit data...
ast-decoder.cc Loading commit data...
ast-decoder.h Loading commit data...
decoder.h Loading commit data...
encoder.cc Loading commit data...
encoder.h Loading commit data...
module-decoder.cc Loading commit data...
module-decoder.h Loading commit data...
wasm-external-refs.h Loading commit data...
wasm-js.cc Loading commit data...
wasm-js.h Loading commit data...
wasm-macro-gen.h Loading commit data...
wasm-module.cc Loading commit data...
wasm-module.h Loading commit data...
wasm-opcodes.cc Loading commit data...
wasm-opcodes.h Loading commit data...
wasm-result.cc Loading commit data...
wasm-result.h Loading commit data...