Changeset 91429 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Jul 20, 2011, 5:42:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r91428 r91429 1 2011-07-20 Gavin Barraclough <[email protected]> 2 3 https://bugs.webkit.org/show_bug.cgi?id=64909 4 DFG JIT - Missing ToInt32 conversions for double constants. 5 6 Reviewed by Sam Weinig. 7 8 * dfg/DFGByteCodeParser.cpp: 9 (JSC::DFG::ByteCodeParser::toInt32): 10 - We cannot trivially omit ToInt32 conversions on double constants. 11 1 12 2011-07-20 Filip Pizlo <[email protected]> 2 13
Note:
See TracChangeset
for help on using the changeset viewer.