Ignore:
Timestamp:
Dec 13, 2016, 11:38:13 AM (9 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r209725.
https://bugs.webkit.org/show_bug.cgi?id=165811

"Broke ARMv7 builds" (Requested by msaboff on #webkit).

Reverted changeset:

"REGRESSION(r209653): speedometer crashes making virtual slow
path tailcalls"
https://bugs.webkit.org/show_bug.cgi?id=165748
http://trac.webkit.org/changeset/209725

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/llint/LLIntThunks.h

    r209725 r209764  
    4343namespace LLInt {
    4444
    45 MacroAssemblerCodeRef functionForRegisterCallEntryThunkGenerator(VM*);
    46 MacroAssemblerCodeRef functionForStackCallEntryThunkGenerator(VM*);
    47 MacroAssemblerCodeRef functionForRegisterConstructEntryThunkGenerator(VM*);
    48 MacroAssemblerCodeRef functionForStackConstructEntryThunkGenerator(VM*);
    49 MacroAssemblerCodeRef functionForRegisterCallArityCheckThunkGenerator(VM*);
    50 MacroAssemblerCodeRef functionForStackCallArityCheckThunkGenerator(VM*);
    51 MacroAssemblerCodeRef functionForRegisterConstructArityCheckThunkGenerator(VM*);
    52 MacroAssemblerCodeRef functionForStackConstructArityCheckThunkGenerator(VM*);
     45MacroAssemblerCodeRef functionForCallEntryThunkGenerator(VM*);
     46MacroAssemblerCodeRef functionForConstructEntryThunkGenerator(VM*);
     47MacroAssemblerCodeRef functionForCallArityCheckThunkGenerator(VM*);
     48MacroAssemblerCodeRef functionForConstructArityCheckThunkGenerator(VM*);
    5349MacroAssemblerCodeRef evalEntryThunkGenerator(VM*);
    5450MacroAssemblerCodeRef programEntryThunkGenerator(VM*);
Note: See TracChangeset for help on using the changeset viewer.