Changeset 112192 in webkit for trunk/Source/JavaScriptCore/jit/JIT.h
- Timestamp:
- Mar 26, 2012, 7:03:47 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JIT.h
r112011 r112192 553 553 static const int sequenceGetByIdHotPathConstantSpace = 5; 554 554 // sequenceGetByIdSlowCase 555 static const int sequenceGetByIdSlowCaseInstructionSpace = 3 0;556 static const int sequenceGetByIdSlowCaseConstantSpace = 3;555 static const int sequenceGetByIdSlowCaseInstructionSpace = 38; 556 static const int sequenceGetByIdSlowCaseConstantSpace = 4; 557 557 // sequencePutById 558 558 static const int sequencePutByIdInstructionSpace = 36; … … 568 568 static const int patchOffsetGetByIdSlowCaseCall = 0; // FIMXE 569 569 #else 570 static const int patchOffsetGetByIdSlowCaseCall = 26;570 static const int patchOffsetGetByIdSlowCaseCall = 34; 571 571 #endif 572 572 static const int patchOffsetOpCallCompareToJump = 4;
Note:
See TracChangeset
for help on using the changeset viewer.