Changeset 156016 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Sep 17, 2013, 6:04:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r156009 r156016 1 2013-09-17 Filip Pizlo <[email protected]> 2 3 DFG should use the (x & 0x7fffffff) trick for doing overflow and neg-zero checks on negation in one go 4 https://bugs.webkit.org/show_bug.cgi?id=121520 5 6 Reviewed by Oliver Hunt. 7 8 * dfg/DFGSpeculativeJIT.cpp: 9 (JSC::DFG::SpeculativeJIT::compileArithNegate): 10 * ftl/FTLLowerDFGToLLVM.cpp: 11 (JSC::FTL::LowerDFGToLLVM::compileArithNegate): 12 1 13 2013-09-17 Andreas Kling <[email protected]> 2 14
Note:
See TracChangeset
for help on using the changeset viewer.