Ignore:
Timestamp:
Jul 1, 2011, 1:04:24 PM (14 years ago)
Author:
[email protected]
Message:

2011-07-01 Filip Pizlo <[email protected]>

Reviewed by Gavin Barraclough.

DFG non-speculative JIT always performs slow C calls for div and mod.
https://bugs.webkit.org/show_bug.cgi?id=63684

  • dfg/DFGNonSpeculativeJIT.cpp: (JSC::DFG::NonSpeculativeJIT::compile):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r90265 r90268  
     12011-07-01  Filip Pizlo  <[email protected]>
     2
     3        Reviewed by Gavin Barraclough.
     4
     5        DFG non-speculative JIT always performs slow C calls for div and mod.
     6        https://bugs.webkit.org/show_bug.cgi?id=63684
     7
     8        * dfg/DFGNonSpeculativeJIT.cpp:
     9        (JSC::DFG::NonSpeculativeJIT::compile):
     10
    1112011-07-01  Juan C. Montemayor  <[email protected]>
    212
Note: See TracChangeset for help on using the changeset viewer.