Skip to content

Commit 19e40b8

Browse files
author
Samuel Groß
committed
Sometimes enable --turboshaft-from-maglev in V8
1 parent 039d6a9 commit 19e40b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Sources/FuzzilliCli/Profiles/V8Profile.swift

+4
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,10 @@ let v8Profile = Profile(
487487
args.append("--turboshaft-typed-optimizations")
488488
}
489489

490+
if probability(0.1) && !args.contains("--no-turboshaft") {
491+
args.append("--turboshaft-from-maglev")
492+
}
493+
490494
if probability(0.1) {
491495
args.append("--harmony-struct")
492496
}

0 commit comments

Comments
 (0)