• Sathya Gunasekaran's avatar
    Revert "[arm] Make the constant pool check deadline smarter" · 01bbc534
    Sathya Gunasekaran authored
    This reverts commit df4dae77.
    
    Reason for revert: https://ci.chromium.org/ui/p/v8/builders/ci/V8%20Arm%20-%20debug/18512/overview
    
    Original change's description:
    > [arm] Make the constant pool check deadline smarter
    >
    > Rather than having periodic constant pool checks that almost always fail
    > (because the constant pool deadline isn't close enough, or even because
    > there's no constant pool to emit at all), set a single deadline on the
    > first constant pool insertion which expires just before the maximum
    > distance to the constant pool. Constant pool checks around unconditional
    > jumps happen irrespective of this deadline.
    >
    > In particular, this is made possible by fixing the incorrect assumption
    > that the constant pool can be emitted out of order. The new assumption
    > (that the emission is in-order) is validated with a CHECK.
    >
    > Bug: v8:11420
    > Change-Id: I061dd0b8c3476ba95ee1acfb3b485d8ba2adda91
    > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2844665
    > Commit-Queue: Leszek Swirski <leszeks@chromium.org>
    > Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#74141}
    
    Bug: v8:11420
    Change-Id: Ib822425749df33fb22a38d317c107a523b382e01
    No-Presubmit: true
    No-Tree-Checks: true
    No-Try: true
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2846899
    Auto-Submit: Sathya Gunasekaran  <gsathya@chromium.org>
    Reviewed-by: 's avatarSathya Gunasekaran  <gsathya@chromium.org>
    Commit-Queue: Sathya Gunasekaran  <gsathya@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#74144}
    01bbc534
Name
Last commit
Last update
..
api Loading commit data...
asmjs Loading commit data...
ast Loading commit data...
base Loading commit data...
baseline Loading commit data...
bigint Loading commit data...
builtins Loading commit data...
codegen Loading commit data...
common Loading commit data...
compiler Loading commit data...
compiler-dispatcher Loading commit data...
d8 Loading commit data...
date Loading commit data...
debug Loading commit data...
deoptimizer Loading commit data...
diagnostics Loading commit data...
execution Loading commit data...
extensions Loading commit data...
flags Loading commit data...
handles Loading commit data...
heap Loading commit data...
ic Loading commit data...
init Loading commit data...
inspector Loading commit data...
interpreter Loading commit data...
json Loading commit data...
libplatform Loading commit data...
libsampler Loading commit data...
logging Loading commit data...
numbers Loading commit data...
objects Loading commit data...
parsing Loading commit data...
profiler Loading commit data...
protobuf Loading commit data...
regexp Loading commit data...
roots Loading commit data...
runtime Loading commit data...
sanitizer Loading commit data...
snapshot Loading commit data...
strings Loading commit data...
tasks Loading commit data...
third_party Loading commit data...
torque Loading commit data...
tracing Loading commit data...
trap-handler Loading commit data...
utils Loading commit data...
wasm Loading commit data...
web-snapshot Loading commit data...
zone Loading commit data...
DEPS Loading commit data...
DIR_METADATA Loading commit data...
OWNERS Loading commit data...