• Jakob Gruber's avatar
    [compiler] Make JSFunction bg-serialized · 0dba97f8
    Jakob Gruber authored
    This wraps up the transition away from kSerialized ref kinds.
    
    Since JSFunctionRef is a complex type, we don't attempt full
    consistency on the background thread. Instead, we serialize functions
    on the background in a partially-racy manner, in which consistency
    between different JSFunction fields is *not* guaranteed. Consistency
    is later verified through a new compilation dependency kind during
    finalization.
    
    Bug: v8:7790, v8:12004
    Change-Id: Ic2b78af9c9fe183c8769d323132bb304b151dc75
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2968404
    Commit-Queue: Jakob Gruber <jgruber@chromium.org>
    Reviewed-by: 's avatarIgor Sheludko <ishell@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#75789}
    0dba97f8
Name
Last commit
Last update
..
benchmarks Loading commit data...
bigint Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
debugging Loading commit data...
fuzzer Loading commit data...
fuzzilli 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...