Skip to content

Commit 60b6d27

Browse files
LiedtkeV8-internal LUCI CQ
authored andcommitted
[v8] Drop SSE3 code gen flag for Wasm
This flag is incomplete. Before fuzzing it, all V8 tests should pass. Recent fuzzer reports show that this is not the case. Bug: 468167782 Change-Id: I80d2cba60f1d553dd47cff338dee40a3b7c1ffbd Reviewed-on: https://chrome-internal-review.googlesource.com/c/v8/fuzzilli/+/8843276 Commit-Queue: Matthias Liedtke <mliedtke@google.com> Auto-Submit: Matthias Liedtke <mliedtke@google.com> Reviewed-by: Thibaud Michaud <thibaudm@google.com> Commit-Queue: Thibaud Michaud <thibaudm@google.com>
1 parent 36d6258 commit 60b6d27

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Sources/FuzzilliCli/Profiles/V8CommonProfile.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,6 @@ public func v8ProcessArgs(randomize: Bool, forSandbox: Bool) -> [String] {
10611061
chooseBooleanFlag("wasm-bulkmem-inlining")
10621062
chooseBooleanFlag("wasm-lazy-compilation")
10631063
chooseBooleanFlag("wasm-lazy-validation")
1064-
chooseBooleanFlag("wasm-simd-ssse3-codegen")
10651064
}
10661065

10671066
return args

0 commit comments

Comments
 (0)