• Simon Zünd's avatar
    Prevent stack frame cache usage during isolate serialization · dec6dc4b
    Simon Zünd authored
    Individual frames of a stack frame in the frame cache might point
    to the JSFunction of that corresponding stack frame. It is illegal to
    serialize JSFunction objects in the isolate snapshot, so the attempt
    to serialize the stack frame cache results in a crash. This can happen
    when a warmup script is run, before a snapshot is created.
    
    This CL fixes the crash by not utilizing the stack frame cache in case
    the serializer is enabled.
    
    Change-Id: I8b79a06b8cff36e1f54b54d3d8e5397b07ba52e7
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1923068
    Auto-Submit: Simon Zünd <szuend@chromium.org>
    Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
    Commit-Queue: Yang Guo <yangguo@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#65026}
    dec6dc4b
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...
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...