Changeset 46621 in webkit for trunk/JavaScriptCore/jit/JIT.h
- Timestamp:
- Jul 30, 2009, 10:38:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JIT.h
r46620 r46621 512 512 static const int patchOffsetGetByIdPutResult = 31; 513 513 #if ENABLE(OPCODE_SAMPLING) 514 static const int patchOffsetGetByIdSlowCaseCall = 6 6;515 #else 516 static const int patchOffsetGetByIdSlowCaseCall = 4 4;514 static const int patchOffsetGetByIdSlowCaseCall = 63; 515 #else 516 static const int patchOffsetGetByIdSlowCaseCall = 41; 517 517 #endif 518 518 static const int patchOffsetOpCallCompareToJump = 9;
Note:
See TracChangeset
for help on using the changeset viewer.