• Marja Hölttä's avatar
    [parser] Skipping inner funcs: Use less memory for variables. · 97ead433
    Marja Hölttä authored
    - Make it possible to store quarter-bytes instead of full bytes.
    
    - Don't store is_used; it can be recovered correctly based on the actual full
      parse (when a lazy function is eventually called) and
      has_forced_scope_allocation.
    
    - With the is_used change, the old testing approach (which compared a scope for
      which we didn't do scope allocation to the baseline) no longer made
      sense. Replaced it with a new testing approach, which is also closer to the
      actual usage.
    
    BUG=v8:5516
    
    Change-Id: I02bac24e482126689dcdbabe8b3a04977be29b0c
    Reviewed-on: https://chromium-review.googlesource.com/725422
    Commit-Queue: Marja Hölttä <marja@chromium.org>
    Reviewed-by: 's avatarToon Verwaest <verwaest@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#48828}
    97ead433
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...
mkgrokdump Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
wasm-spec-tests 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...