Ignore:
Timestamp:
Mar 24, 2012, 12:13:27 PM (13 years ago)
Author:
[email protected]
Message:

Increase getByIdSlowCase ConstantSpace/InstructionSpace for CPU(ARM_TRADITIONAL)
https://bugs.webkit.org/show_bug.cgi?id=81521

Increase sequenceGetByIdSlowCaseConstantSpace and sequenceGetByIdSlowCaseInstructionSpace
for CPU(ARM_TRADITIONAL) to fit actual need.

Patch by Yong Li <[email protected]> on 2012-03-24
Reviewed by Oliver Hunt.

  • jit/JIT.h:

(JIT):

File:
1 edited

Legend:

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

    r111481 r112011  
    453453        static const int sequenceGetByIdHotPathConstantSpace = 4;
    454454        // sequenceGetByIdSlowCase
    455         static const int sequenceGetByIdSlowCaseInstructionSpace = 56;
    456         static const int sequenceGetByIdSlowCaseConstantSpace = 3;
     455        static const int sequenceGetByIdSlowCaseInstructionSpace = 64;
     456        static const int sequenceGetByIdSlowCaseConstantSpace = 4;
    457457        // sequencePutById
    458458        static const int sequencePutByIdInstructionSpace = 36;
Note: See TracChangeset for help on using the changeset viewer.