Changeset 103306 in webkit for trunk/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp
- Timestamp:
- Dec 19, 2011, 11:31:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp
r103255 r103306 565 565 , m_gpr(InvalidGPRReg) 566 566 { 567 #if CPU(X86)568 // we currenty lazily allocate the reg, as the number of regs on X86 is limited.569 #else570 567 m_gpr = m_jit->allocate(); 571 #endif572 568 } 573 569
Note:
See TracChangeset
for help on using the changeset viewer.