Ignore:
Timestamp:
Jul 20, 2011, 7:12:25 PM (14 years ago)
Author:
[email protected]
Message:

DFG non-speculative JIT does not use() the aliased GetByVal,
resulting in bloated use counts.
https://bugs.webkit.org/show_bug.cgi?id=64911

Patch by Filip Pizlo <[email protected]> on 2011-07-20
Reviewed by Gavin Barraclough.

Inserted a call to use() for the aliased GetByVal.

  • dfg/DFGNonSpeculativeJIT.cpp:

(JSC::DFG::NonSpeculativeJIT::compile):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r91429 r91439  
     12011-07-20  Filip Pizlo  <[email protected]>
     2
     3        DFG non-speculative JIT does not use() the aliased GetByVal,
     4        resulting in bloated use counts.
     5        https://bugs.webkit.org/show_bug.cgi?id=64911
     6
     7        Reviewed by Gavin Barraclough.
     8       
     9        Inserted a call to use() for the aliased GetByVal.
     10
     11        * dfg/DFGNonSpeculativeJIT.cpp:
     12        (JSC::DFG::NonSpeculativeJIT::compile):
     13
    1142011-07-20  Gavin Barraclough  <[email protected]>
    215
Note: See TracChangeset for help on using the changeset viewer.