• Michael Starzinger's avatar
    Revert "[serializer] share class positions tuple across contexts" · b1eb340d
    Michael Starzinger authored
    This reverts commit a1b431d7.
    
    Reason for revert: https://ci.chromium.org/p/v8/builders/luci.v8.ci/V8%20Linux%20-%20nosnap%20-%20debug/22809
    
    Original change's description:
    > [serializer] share class positions tuple across contexts
    > 
    > Class positions is a struct that stores the start and end positions of a class
    > literal. It is stored both on class objects, and the template used to
    > instantiate class objects.
    > 
    > The template is reachable from the bytecode array and therefore serialized by
    > the startup serializer. Class objects are context-dependent and therefore
    > serialized by the partial serializer. Serializing class positions from both
    > serializers violates the assumption that we don't serialize any object twice.
    > 
    > R=​gsathya@chromium.org
    > 
    > Bug: v8:8761
    > Change-Id: If22c554cc7396d63998a015454ce0c67a7d2e05c
    > Reviewed-on: https://chromium-review.googlesource.com/c/1444956
    > Reviewed-by: Michael Starzinger <mstarzinger@chromium.org>
    > Reviewed-by: Sathya Gunasekaran <gsathya@chromium.org>
    > Commit-Queue: Yang Guo <yangguo@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#59292}
    
    TBR=yangguo@chromium.org,mstarzinger@chromium.org,gsathya@chromium.org
    
    Change-Id: I9f3fd1b29b5991b450223f8b27dfc7aa7e5a3171
    No-Presubmit: true
    No-Tree-Checks: true
    No-Try: true
    Bug: v8:8761
    Reviewed-on: https://chromium-review.googlesource.com/c/1450116Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
    Commit-Queue: Michael Starzinger <mstarzinger@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#59300}
    b1eb340d
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-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...