Ignore:
Timestamp:
Oct 11, 2017, 12:33:48 PM (8 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r223113 and r223121.
https://bugs.webkit.org/show_bug.cgi?id=178182

Reintroduced 20% regression on Kraken (Requested by rniwa on
#webkit).

Reverted changesets:

"Enable gigacage on iOS"
https://bugs.webkit.org/show_bug.cgi?id=177586
https://trac.webkit.org/changeset/223113

"Use one virtual allocation for all gigacages and their
runways"
https://bugs.webkit.org/show_bug.cgi?id=178050
https://trac.webkit.org/changeset/223121

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/jit/AssemblyHelpers.h

    r223113 r223202  
    13151315    {
    13161316#if GIGACAGE_ENABLED
    1317         if (!Gigacage::isEnabled(kind))
     1317        if (!Gigacage::shouldBeEnabled())
    13181318            return;
    13191319       
     
    13291329    {
    13301330#if GIGACAGE_ENABLED
    1331         if (!Gigacage::isEnabled(kind))
     1331        if (!Gigacage::shouldBeEnabled())
    13321332            return;
    13331333       
Note: See TracChangeset for help on using the changeset viewer.