Ignore:
Timestamp:
Jun 3, 2021, 3:44:03 PM (4 years ago)
Author:
[email protected]
Message:

Unreviewed, reverting r278356.
https://bugs.webkit.org/show_bug.cgi?id=226606

"Breaks jsc tests".

Reverted changeset:

"Convert small JIT pool tests into executable fuzzing"
https://bugs.webkit.org/show_bug.cgi?id=226279
https://trac.webkit.org/changeset/278356

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp

    r278356 r278425  
    24822482{
    24832483    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=226276
    2486     if (Options::useExecutableAllocationFuzz())
    2487         return 1000000;
    24882484    if (Options::testTheFTL()) {
    24892485        if (m_didFailFTLCompilation)
Note: See TracChangeset for help on using the changeset viewer.