[maglev] Set --maglev-inlining as experimental
Bug: v8:7700 Change-Id: Ida08a24e91149cbc895eb7328774a1154a2e15db Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4218741 Reviewed-by: Leszek Swirski <leszeks@chromium.org> Auto-Submit: Victor Gomes <victorgomes@chromium.org> Commit-Queue: Victor Gomes <victorgomes@chromium.org> Cr-Commit-Position: refs/heads/main@{#85678}
This commit is contained in:
parent
f707a4d8f0
commit
2be76fca4b
@ -482,8 +482,8 @@ DEFINE_BOOL(lower_tier_as_toptier, false,
|
|||||||
#define V8_ENABLE_MAGLEV_BOOL true
|
#define V8_ENABLE_MAGLEV_BOOL true
|
||||||
DEFINE_BOOL(maglev, false, "enable the maglev optimizing compiler")
|
DEFINE_BOOL(maglev, false, "enable the maglev optimizing compiler")
|
||||||
DEFINE_WEAK_IMPLICATION(future, maglev)
|
DEFINE_WEAK_IMPLICATION(future, maglev)
|
||||||
DEFINE_BOOL(maglev_inlining, false,
|
DEFINE_EXPERIMENTAL_FEATURE(maglev_inlining,
|
||||||
"enable inlining in the maglev optimizing compiler")
|
"enable inlining in the maglev optimizing compiler")
|
||||||
DEFINE_BOOL(maglev_reuse_stack_slots, true,
|
DEFINE_BOOL(maglev_reuse_stack_slots, true,
|
||||||
"reuse stack slots in the maglev optimizing compiler")
|
"reuse stack slots in the maglev optimizing compiler")
|
||||||
|
|
||||||
|
@ -70,6 +70,7 @@ kIncompatibleFlagsForNoTurbofan = [
|
|||||||
# variant. This depends on the flags specified in ALL_VARIANT_FLAGS and on the
|
# variant. This depends on the flags specified in ALL_VARIANT_FLAGS and on the
|
||||||
# implications defined in flag-definitions.h.
|
# implications defined in flag-definitions.h.
|
||||||
INCOMPATIBLE_FLAGS_PER_VARIANT = {
|
INCOMPATIBLE_FLAGS_PER_VARIANT = {
|
||||||
|
"future": ["--experimental", "--maglev-inlining"],
|
||||||
"jitless":
|
"jitless":
|
||||||
kIncompatibleFlagsForNoTurbofan + [
|
kIncompatibleFlagsForNoTurbofan + [
|
||||||
"--track-field-types", "--sparkplug", "--concurrent-sparkplug",
|
"--track-field-types", "--sparkplug", "--concurrent-sparkplug",
|
||||||
|
Loading…
Reference in New Issue
Block a user