• Sigurd Schneider's avatar
    Revert "[embedded] Share a single RelocInfo between all trampolines" · bb54f999
    Sigurd Schneider authored
    This reverts commit 1bf6e735.
    
    Reason for revert: Breaks nosnap builds:
    https://ci.chromium.org/p/v8/builders/luci.v8.ci/V8%20Linux%20-%20nosnap%20-%20debug/21209
    
    Original change's description:
    > [embedded] Share a single RelocInfo between all trampolines
    > 
    > Creates a single RelocInfo to be used by all builtin trampolines and
    > stores it as a root. All trampolines then substitute this for their
    > trampoline at generation time with DCHECKs to make sure it is
    > identical.
    > 
    > Also forces all non-trampoline RelocInfo ByteArrays for builtins to be
    > generated into RO_SPACE.
    > 
    > On x64, this results in the OLD_SPACE part of the startup snapshot
    > decreasing in size from 166096 to 131248 (-34848) bytes and RO_SPACE
    > (in the read-only snapshot) increasing from 31176 to 31248 (+72) bytes.
    > 
    > Bug: v8:8295
    > Change-Id: I69f4a899b738f2023ed42501c2b9797d34305b06
    > Reviewed-on: https://chromium-review.googlesource.com/c/1276468
    > Commit-Queue: Dan Elphick <delphick@chromium.org>
    > Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
    > Reviewed-by: Jakob Gruber <jgruber@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#56811}
    
    TBR=ulan@chromium.org,jgruber@chromium.org,delphick@chromium.org
    
    Change-Id: I57239af6f3fc9c403977da0561b8fe32c1a758e7
    No-Presubmit: true
    No-Tree-Checks: true
    No-Try: true
    Bug: v8:8295
    Reviewed-on: https://chromium-review.googlesource.com/c/1291070Reviewed-by: 's avatarSigurd Schneider <sigurds@chromium.org>
    Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#56814}
    bb54f999
Name
Last commit
Last update
benchmarks Loading commit data...
build_overrides Loading commit data...
custom_deps Loading commit data...
docs Loading commit data...
gni Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.clang-tidy Loading commit data...
.editorconfig Loading commit data...
.git-blame-ignore-revs Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gn Loading commit data...
.vpython Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.fdlibm Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...
snapshot_toolchain.gni Loading commit data...