• 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
..
base Loading commit data...
cppgc Loading commit data...
cppgc-js Loading commit data...
allocation-observer-unittest.cc Loading commit data...
barrier-unittest.cc Loading commit data...
bitmap-test-utils.h Loading commit data...
bitmap-unittest.cc Loading commit data...
code-object-registry-unittest.cc Loading commit data...
embedder-tracing-unittest.cc Loading commit data...
gc-idle-time-handler-unittest.cc Loading commit data...
gc-tracer-unittest.cc Loading commit data...
heap-controller-unittest.cc Loading commit data...
heap-unittest.cc Loading commit data...
heap-utils.cc Loading commit data...
heap-utils.h Loading commit data...
index-generator-unittest.cc Loading commit data...
list-unittest.cc Loading commit data...
local-factory-unittest.cc Loading commit data...
local-heap-unittest.cc Loading commit data...
marking-unittest.cc Loading commit data...
marking-worklist-unittest.cc Loading commit data...
memory-reducer-unittest.cc Loading commit data...
object-start-bitmap-unittest.cc Loading commit data...
object-stats-unittest.cc Loading commit data...
persistent-handles-unittest.cc Loading commit data...
progressbar-unittest.cc Loading commit data...
safepoint-unittest.cc Loading commit data...
slot-set-unittest.cc Loading commit data...
spaces-unittest.cc Loading commit data...
unmapper-unittest.cc Loading commit data...