Ignore:
Timestamp:
Oct 8, 2011, 1:15:53 AM (14 years ago)
Author:
[email protected]
Message:

DFG JIT - only Array predictions can result in unboxed cells in register file
https://bugs.webkit.org/show_bug.cgi?id=69695

Patch by Yuqiang Xian <[email protected]> on 2011-10-08
Reviewed by Filip Pizlo.

In current DFG JIT, only array predictions can result in unboxed cells
in register file, not for the other cell predictions.

  • dfg/DFGSpeculativeJIT.h:

(JSC::DFG::ValueSource::forPrediction):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r97003 r97005  
     12011-10-08  Yuqiang Xian  <[email protected]>
     2
     3        DFG JIT - only Array predictions can result in unboxed cells in register file
     4        https://bugs.webkit.org/show_bug.cgi?id=69695
     5
     6        Reviewed by Filip Pizlo.
     7
     8        In current DFG JIT, only array predictions can result in unboxed cells
     9        in register file, not for the other cell predictions.
     10
     11        * dfg/DFGSpeculativeJIT.h:
     12        (JSC::DFG::ValueSource::forPrediction):
     13
    1142011-10-07  Yuqiang Xian  <[email protected]>
    215
Note: See TracChangeset for help on using the changeset viewer.