Reland "[maglev] Set --maglev-inlining as experimental"

This is a reland of commit 2be76fca4b

Original change's description:
> [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}

Bug: v8:7700
Change-Id: Icead7dfd218a66fb963218d31e1e09e202af8e3b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4224455
Reviewed-by: Leszek Swirski <leszeks@chromium.org>
Commit-Queue: Victor Gomes <victorgomes@chromium.org>
Cr-Commit-Position: refs/heads/main@{#85689}
This commit is contained in:
Victor Gomes 2023-02-06 16:10:34 +01:00 committed by V8 LUCI CQ
parent 59c3f11e1d
commit 11c99c33fe

View File

@ -478,8 +478,8 @@ DEFINE_BOOL(lower_tier_as_toptier, false,
#define V8_ENABLE_MAGLEV_BOOL true
DEFINE_BOOL(maglev, false, "enable the maglev optimizing compiler")
DEFINE_WEAK_IMPLICATION(future, maglev)
DEFINE_BOOL(maglev_inlining, false,
"enable inlining in the maglev optimizing compiler")
DEFINE_EXPERIMENTAL_FEATURE(maglev_inlining,
"enable inlining in the maglev optimizing compiler")
DEFINE_BOOL(maglev_reuse_stack_slots, true,
"reuse stack slots in the maglev optimizing compiler")