Skip to content

Commit

Permalink
Add flag to fuzz crrev.com/c/5680358
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-smith committed Jul 15, 2024
1 parent 1cbc0f4 commit 2fb3a6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/FuzzilliCli/Profiles/V8Profile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ let v8Profile = Profile(

// Maglev related flags
args.append(probability(0.5) ? "--maglev-inline-api-calls" : "--no-maglev-inline-api-calls")
if probability(0.5) { args.append("--maglev-extend-properties-backing-store") }

// Compiler related flags
args.append(probability(0.5) ? "--always-turbofan" : "--no-always-turbofan")
Expand Down

0 comments on commit 2fb3a6b

Please sign in to comment.