Changeset 278425 in webkit for trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
- Timestamp:
- Jun 3, 2021, 3:44:03 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp
r278356 r278425 2482 2482 { 2483 2483 ASSERT(JITCode::isBaselineCode(jitType())); 2484 2485 // FIXME: We don't really do a good job tracking when a compilation failed because of executable allocation fuzzing. https://bugs.webkit.org/show_bug.cgi?id=2262762486 if (Options::useExecutableAllocationFuzz())2487 return 1000000;2488 2484 if (Options::testTheFTL()) { 2489 2485 if (m_didFailFTLCompilation)
Note:
See TracChangeset
for help on using the changeset viewer.