Ignore:
Timestamp:
Jun 15, 2012, 3:21:44 PM (13 years ago)
Author:
[email protected]
Message:

DFG should be able to set watchpoints on structure transitions in the
method check prototype chain
https://bugs.webkit.org/show_bug.cgi?id=89058

Adding the same assertion to 32-bit that I added to 64-bit. This change
does not affect correctness but it's a good thing for assertion coverage.

  • dfg/DFGSpeculativeJIT32_64.cpp:

(JSC::DFG::SpeculativeJIT::compile):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r120499 r120500  
     12012-06-15  Filip Pizlo  <[email protected]>
     2
     3        DFG should be able to set watchpoints on structure transitions in the
     4        method check prototype chain
     5        https://bugs.webkit.org/show_bug.cgi?id=89058
     6
     7        Adding the same assertion to 32-bit that I added to 64-bit. This change
     8        does not affect correctness but it's a good thing for assertion coverage.
     9
     10        * dfg/DFGSpeculativeJIT32_64.cpp:
     11        (JSC::DFG::SpeculativeJIT::compile):
     12
    1132012-06-13  Filip Pizlo  <[email protected]>
    214
Note: See TracChangeset for help on using the changeset viewer.