Ignore:
Timestamp:
Jun 30, 2011, 6:04:54 PM (14 years ago)
Author:
[email protected]
Message:

2011-06-30 Filip Pizlo <[email protected]>

Reviewed by Gavin Barraclough.

DFG non-speculative JIT does not reuse registers when compiling comparisons.
https://bugs.webkit.org/show_bug.cgi?id=63565

  • dfg/DFGNonSpeculativeJIT.cpp: (JSC::DFG::NonSpeculativeJIT::knownConstantArithOp): (JSC::DFG::NonSpeculativeJIT::basicArithOp): (JSC::DFG::NonSpeculativeJIT::compare):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r90187 r90189  
     12011-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
    1132011-06-30  Geoffrey Garen  <[email protected]>
    214
Note: See TracChangeset for help on using the changeset viewer.