Ignore:
Timestamp:
Sep 17, 2013, 6:04:31 PM (12 years ago)
Author:
[email protected]
Message:

DFG should use the (x & 0x7fffffff) trick for doing overflow and neg-zero checks on negation in one go
https://bugs.webkit.org/show_bug.cgi?id=121520

Reviewed by Oliver Hunt.

  • dfg/DFGSpeculativeJIT.cpp:

(JSC::DFG::SpeculativeJIT::compileArithNegate):

  • ftl/FTLLowerDFGToLLVM.cpp:

(JSC::FTL::LowerDFGToLLVM::compileArithNegate):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r156009 r156016  
     12013-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
    1132013-09-17  Andreas Kling  <[email protected]>
    214
Note: See TracChangeset for help on using the changeset viewer.