Ignore:
Timestamp:
Oct 9, 2017, 2:17:14 PM (8 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r223015 and r223025.
https://bugs.webkit.org/show_bug.cgi?id=178093

Regressed Kraken on iOS by 20% (Requested by keith_mi_ on
#webkit).

Reverted changesets:

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

"Unreviewed, disable Gigacage on ARM64 Linux"
https://bugs.webkit.org/show_bug.cgi?id=177586
http://trac.webkit.org/changeset/223025

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/offlineasm/asm.rb

    r223015 r223069  
    4747        @numLocalLabels = 0
    4848        @numGlobalLabels = 0
    49         @deferredActions = []
    50         @count = 0
    5149
    5250        @newlineSpacerState = :none
     
    7674        end
    7775        putsLastComment
    78         @deferredActions.each {
    79             | action |
    80             action.call()
    81         }
    8276        @outp.puts "OFFLINE_ASM_END" if !$emitWinAsm
    8377        @state = :cpp
    84     end
    85    
    86     def deferAction(&proc)
    87         @deferredActions << proc
    88     end
    89    
    90     def newUID
    91         @count += 1
    92         @count
    9378    end
    9479   
Note: See TracChangeset for help on using the changeset viewer.