Changeset 43368 in webkit for trunk/JavaScriptCore/jit/JITArithmetic.cpp
- Timestamp:
- May 7, 2009, 3:07:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JITArithmetic.cpp
r43363 r43368 299 299 emitCTICall(JITStubs::cti_op_jless); 300 300 emitJumpSlowToHot(branchTest32(Zero, regT0), target + 3); 301 301 302 } else if (isOperandConstantImmediateInt(op1)) { 302 303 linkSlowCase(iter); 303 304 304 if ( 0 &&isSSE2Present()) {305 if (isSSE2Present()) { 305 306 #if USE(ALTERNATE_JSIMMEDIATE) 306 307 Jump fail1 = emitJumpIfNotImmediateNumber(regT1); … … 339 340 emitCTICall(JITStubs::cti_op_jless); 340 341 emitJumpSlowToHot(branchTest32(Zero, regT0), target + 3); 342 341 343 } else { 342 344 linkSlowCase(iter);
Note:
See TracChangeset
for help on using the changeset viewer.