• Leszek Swirski's avatar
    [compiler] Introduce ReusableUnoptimizedCompileState · b3e1eb0c
    Leszek Swirski authored
    Introduce a ReusableUnoptimizedCompileState class, passed to ParseInfo,
    which stores a couple of pointers and most importantly the Zone and
    AstValueFactory of the parse. This allows the Zone and AstValueFactory
    to be reused across multiple parses, rather than re-initialising
    per-Parse.
    
    With this, we can amend the LazyCompileDispatcher to initialise one
    LocalIsolate, Zone and AstValueFactory per background thread loop,
    rather than one per compile task, which allows us to reduce per-task
    costs and re-use the AstValueFactory's string table and previous String
    internalizations.
    
    Change-Id: Ia0e29c4e31fbe29af57674ebb10916865d38b2ce
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3313106Reviewed-by: 's avatarToon Verwaest <verwaest@chromium.org>
    Commit-Queue: Leszek Swirski <leszeks@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#78289}
    b3e1eb0c
Name
Last commit
Last update
..
inspector Loading commit data...
json Loading commit data...
multi_return Loading commit data...
parser Loading commit data...
regexp Loading commit data...
regexp_builtins Loading commit data...
wasm Loading commit data...
wasm_async Loading commit data...
wasm_code Loading commit data...
wasm_compile Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
README.md Loading commit data...
fuzzer-support.cc Loading commit data...
fuzzer-support.h Loading commit data...
fuzzer.cc Loading commit data...
fuzzer.status Loading commit data...
inspector-fuzzer.cc Loading commit data...
json.cc Loading commit data...
multi-return.cc Loading commit data...
parser.cc Loading commit data...
regexp-builtins.cc Loading commit data...
regexp.cc Loading commit data...
testcfg.py Loading commit data...
wasm-async.cc Loading commit data...
wasm-code.cc Loading commit data...
wasm-compile.cc Loading commit data...
wasm-fuzzer-common.cc Loading commit data...
wasm-fuzzer-common.h Loading commit data...
wasm.cc Loading commit data...
wasm_corpus.tar.gz.sha1 Loading commit data...