• mtrofin's avatar
    [wasm] factor lower level utilties out of WasmFullDecoder · ccfb815c
    mtrofin authored
    Separated:
    - decoding of locals
    - loop assignment analysis
    - determination of opcode length
    
    as statics that work on a Decoder. Neither need the context of a
    Module, and were used in scenarios where one wasn't available either.
    
    Changed BodyLocalDecls to match the usecases for the type. In all but
    one (a printer), we want the list (in order of declaration, with
    repetitions) of types of locals.
    
    Removed a now-unnecessary constructor for the WasmFullDecoder.
    
    BUG=
    
    Review-Url: https://codereview.chromium.org/2610813009
    Cr-Commit-Position: refs/heads/master@{#42115}
    ccfb815c
Name
Last commit
Last update
..
base Loading commit data...
compiler Loading commit data...
compiler-dispatcher Loading commit data...
heap Loading commit data...
interpreter Loading commit data...
libplatform Loading commit data...
wasm Loading commit data...
zone Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
cancelable-tasks-unittest.cc Loading commit data...
char-predicates-unittest.cc Loading commit data...
counters-unittest.cc Loading commit data...
eh-frame-iterator-unittest.cc Loading commit data...
eh-frame-writer-unittest.cc Loading commit data...
locked-queue-unittest.cc Loading commit data...
object-unittest.cc Loading commit data...
register-configuration-unittest.cc Loading commit data...
run-all-unittests.cc Loading commit data...
source-position-table-unittest.cc Loading commit data...
test-utils.cc Loading commit data...
test-utils.h Loading commit data...
unicode-unittest.cc Loading commit data...
unittests.gyp Loading commit data...
unittests.isolate Loading commit data...
unittests.status Loading commit data...
value-serializer-unittest.cc Loading commit data...