• Leszek Swirski's avatar
    [parser] Move Compiler::Analyze into Parser · 65d738d4
    Leszek Swirski authored
    Move rewriting, scope analysis, and internalization, to be unconditional
    operations done after parsing rather than a separate compile phase. This
    removes some of the complexity about rememberering when to call
    Compiler::Analyze, and makes these paths a bit more uniform.
    
    Also, forbid allocating any more AST strings after AstValueFactory
    internalization, by nulling out the Zone. Add an InternalizePartial
    method which doesn't null out the zone for those cases where we do want
    to be able to allocate after internalizing (e.g. internalization before
    scope analysis).
    
    Change-Id: Id444246d8362a1d169baf664fc37657d9576fd96
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2182458Reviewed-by: 's avatarToon Verwaest <verwaest@chromium.org>
    Commit-Queue: Leszek Swirski <leszeks@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#67608}
    65d738d4
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
debugging 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...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...