• Leszek Swirski's avatar
    [interpreter] Reshuffle registers for super() · a9fabeb6
    Leszek Swirski authored
    Change the constructor and instance registers into a single
    constructor_then_instance register, and add some register allocation
    scopes to reduce temporary register use. This also allows us to change
    FindNonDefaultConstructor to only need one output for both constructor
    and instance.
    
    Also make BuildCreateArrayLiteral a bit more friendly to the interpreter
    register allocation.,
    
    Bug: v8:13091
    Change-Id: I0b6015b0bc6810bb4607157d715b7e536efb89f3
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3876386Reviewed-by: 's avatarMarja Hölttä <marja@chromium.org>
    Commit-Queue: Leszek Swirski <leszeks@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#83077}
    a9fabeb6
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...