Ignore:
Timestamp:
Mar 11, 2013, 3:36:28 PM (12 years ago)
Author:
[email protected]
Message:

Crash beneath operationCreateInlinedArguments running fast/js/dfg-create-inlined-arguments-in-closure-inline.html (32-bit only)
https://bugs.webkit.org/show_bug.cgi?id=112067

Reviewed by Geoffrey Garen.

We weren't setting the tag in SetCallee. Therefore set it to CellTag.

  • dfg/DFGSpeculativeJIT32_64.cpp:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r145401 r145417  
     12013-03-11  Michael Saboff  <[email protected]>
     2
     3        Crash beneath operationCreateInlinedArguments running fast/js/dfg-create-inlined-arguments-in-closure-inline.html (32-bit only)
     4        https://bugs.webkit.org/show_bug.cgi?id=112067
     5
     6        Reviewed by Geoffrey Garen.
     7
     8        We weren't setting the tag in SetCallee.  Therefore set it to CellTag.
     9
     10        * dfg/DFGSpeculativeJIT32_64.cpp:
     11        (JSC::DFG::SpeculativeJIT::compile):
     12
    1132013-03-11  Oliver Hunt  <[email protected]>
    214
Note: See TracChangeset for help on using the changeset viewer.