Changeset 112011 in webkit for trunk/Source/JavaScriptCore/jit/JIT.h
- Timestamp:
- Mar 24, 2012, 12:13:27 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JIT.h
r111481 r112011 453 453 static const int sequenceGetByIdHotPathConstantSpace = 4; 454 454 // 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; 457 457 // sequencePutById 458 458 static const int sequencePutByIdInstructionSpace = 36;
Note:
See TracChangeset
for help on using the changeset viewer.