• Benedikt Meurer's avatar
    [turbofan] Remove duplicated optimization limit. · 077e49a1
    Benedikt Meurer authored
    Before this change we had essentially two optimization limits, one hard
    limit in the TurboFan pipeline (128KiB), and a soft limit in the runtime
    profiler (60KiB). The hard limit was only relevant to --always-opt and
    other internal test infrastructure, and the soft limit was always
    enforced on regular JavaScript, but didn't properly disable further
    optimization for the function (so for example --trace-opt would
    continuesly report attempts to optimize the function).
    
    Now with this change we only have the hard limit, set to 60KiB, in the
    TurboFan pipeline and use that consistently.
    
    Bug: v8:8598
    Change-Id: I9e2ae7cb67de4a2256d3a7b9c3aee3dab60c2ec1
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1538127
    Commit-Queue: Benedikt Meurer <bmeurer@chromium.org>
    Commit-Queue: Jaroslav Sevcik <jarin@chromium.org>
    Auto-Submit: Benedikt Meurer <bmeurer@chromium.org>
    Reviewed-by: 's avatarJaroslav Sevcik <jarin@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#60436}
    077e49a1
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...