• 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
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...