Ignore:
Timestamp:
Jul 20, 2011, 5:42:30 PM (14 years ago)
Author:
[email protected]
Message:

https://bugs.webkit.org/show_bug.cgi?id=64909
DFG JIT - Missing ToInt32 conversions for double constants.

Reviewed by Sam Weinig.

Source/JavaScriptCore:

  • dfg/DFGByteCodeParser.cpp:

(JSC::DFG::ByteCodeParser::toInt32):

  • We cannot trivially omit ToInt32 conversions on double constants.

LayoutTests:

  • fast/js/bitops-type-tag-expected.txt:
  • fast/js/script-tests/bitops-type-tag.js:
    • Test case for DFG JIT.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r91428 r91429  
     12011-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
    1122011-07-20  Filip Pizlo  <[email protected]>
    213
Note: See TracChangeset for help on using the changeset viewer.