Skip to content

Commit ceaed44

Browse files
mi-acV8-internal LUCI CQ
authored andcommitted
Drop --always-turbofan to prepare its deprecation
Bug: 431974094 Change-Id: I5b283465ea2489405299f38e397b85b073dc1de5 Reviewed-on: https://chrome-internal-review.googlesource.com/c/v8/fuzzilli/+/8432037 Reviewed-by: Matthias Liedtke <[email protected]> Commit-Queue: Victor Gomes <[email protected]>
1 parent 5b86b15 commit ceaed44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/FuzzilliCli/Profiles/V8Profile.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,6 @@ let v8Profile = Profile(
714714
args.append(probability(0.5) ? "--maglev-inline-api-calls" : "--no-maglev-inline-api-calls")
715715

716716
// Compiler related flags
717-
args.append(probability(0.5) ? "--always-turbofan" : "--no-always-turbofan")
718717
args.append(probability(0.5) ? "--turbo-move-optimization" : "--no-turbo-move-optimization")
719718
args.append(probability(0.5) ? "--turbo-jt" : "--no-turbo-jt")
720719
args.append(probability(0.5) ? "--turbo-loop-peeling" : "--no-turbo-loop-peeling")

0 commit comments

Comments
 (0)