Changeset 171354 in webkit for trunk/Source/JavaScriptCore/tests

Timestamp:
Jul 22, 2014, 12:46:41 PM (11 years ago)
Author:
[email protected]
Message:

ASSERTION FAILED: info.spillFormat() & DataFormatJS in JSC::DFG::SpeculativeJIT::fillSpeculateCell
https://bugs.webkit.org/show_bug.cgi?id=135155
<rdar://problem/17763909>

Reviewed by Oliver Hunt.

The DFG fillSpeculate code paths all need to be mindful of the fact that they may be stumbling upon a
contradiction, and that this is OK. In this case, we were speculating cell on an int.

  • dfg/DFGSpeculativeJIT64.cpp:

(JSC::DFG::SpeculativeJIT::fillSpeculateCell):

  • tests/stress/regress-135155.js: Added.

(run.t.length):
(run):

File:
1 added

Note: See TracChangeset for help on using the changeset viewer.