• Jakob Gruber's avatar
    [nojit] Migrate JSEntry variants to builtins · b89d4249
    Jakob Gruber authored
    This migrates the JSEntryStub to three dedicated builtins:
    
    JSEntry
    JSConstructEntry
    JSRunMicrotasksEntry
    
    Drive-by: Tweaks to make the code isolate-independent (e.g. using the
    correct macro assembler method to load and store external references
    through the kRootRegister).
    Drive-by: The context slot on x64/ia32 must be set up after
    kRootRegister is initialized, so we first reserve the slot and later
    load its value.
    Drive-by: Update all remaining comments referencing JSEntryStub.
    
    Bug: v8:7777
    Change-Id: Ie3ba17ffb3bde6f18ec1d26d778b258719b2d4ef
    Reviewed-on: https://chromium-review.googlesource.com/c/1365275Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
    Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
    Commit-Queue: Jakob Gruber <jgruber@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#58088}
    b89d4249
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...