Skip to content

Commit 645bf82

Browse files
verwaestV8 LUCI CQ
authored andcommitted
Revert "Reland "[parser] reenable scope info reuse""
Turn off scope info reuse, there are still some crashes. Bug: 352673356 Change-Id: I3acaea2fc78ad4ebfad459c918439f6ee39f39bf Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5873242 Auto-Submit: Toon Verwaest <[email protected]> Commit-Queue: Leszek Swirski <[email protected]> Commit-Queue: Toon Verwaest <[email protected]> Reviewed-by: Leszek Swirski <[email protected]> Cr-Commit-Position: refs/heads/main@{#96161}
1 parent d259163 commit 645bf82

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/flags/flag-definitions.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,10 @@ DEFINE_BOOL(trace_track_allocation_sites, false,
963963
DEFINE_BOOL(trace_migration, false, "trace object migration")
964964
DEFINE_BOOL(trace_generalization, false, "trace map generalization")
965965

966-
DEFINE_BOOL(reuse_scope_infos, true, "reuse scope infos from previous compiles")
966+
DEFINE_BOOL(reuse_scope_infos, false,
967+
"reuse scope infos from previous compiles")
968+
969+
DEFINE_IMPLICATION(fuzzing, reuse_scope_infos)
967970

968971
// Flags for Sparkplug
969972
#undef FLAG

0 commit comments

Comments
 (0)