• 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
..
base Loading commit data...
compiler Loading commit data...
heap Loading commit data...
interpreter Loading commit data...
libplatform Loading commit data...
wasm Loading commit data...
DEPS Loading commit data...
atomic-utils-unittest.cc Loading commit data...
cancelable-tasks-unittest.cc Loading commit data...
char-predicates-unittest.cc Loading commit data...
counters-unittest.cc Loading commit data...
locked-queue-unittest.cc Loading commit data...
run-all-unittests.cc Loading commit data...
test-utils.cc Loading commit data...
test-utils.h Loading commit data...
unittests.gyp Loading commit data...
unittests.isolate Loading commit data...
unittests.status Loading commit data...