We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b86b15 commit ceaed44Copy full SHA for ceaed44
Sources/FuzzilliCli/Profiles/V8Profile.swift
@@ -714,7 +714,6 @@ let v8Profile = Profile(
714
args.append(probability(0.5) ? "--maglev-inline-api-calls" : "--no-maglev-inline-api-calls")
715
716
// Compiler related flags
717
- args.append(probability(0.5) ? "--always-turbofan" : "--no-always-turbofan")
718
args.append(probability(0.5) ? "--turbo-move-optimization" : "--no-turbo-move-optimization")
719
args.append(probability(0.5) ? "--turbo-jt" : "--no-turbo-jt")
720
args.append(probability(0.5) ? "--turbo-loop-peeling" : "--no-turbo-loop-peeling")
0 commit comments