Changeset 90189 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Jun 30, 2011, 6:04:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r90187 r90189 1 2011-06-30 Filip Pizlo <[email protected]> 2 3 Reviewed by Gavin Barraclough. 4 5 DFG non-speculative JIT does not reuse registers when compiling comparisons. 6 https://bugs.webkit.org/show_bug.cgi?id=63565 7 8 * dfg/DFGNonSpeculativeJIT.cpp: 9 (JSC::DFG::NonSpeculativeJIT::knownConstantArithOp): 10 (JSC::DFG::NonSpeculativeJIT::basicArithOp): 11 (JSC::DFG::NonSpeculativeJIT::compare): 12 1 13 2011-06-30 Geoffrey Garen <[email protected]> 2 14
Note:
See TracChangeset
for help on using the changeset viewer.