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

Codeblock doesn't visit cached structures in global resolve instructions
https://bugs.webkit.org/show_bug.cgi?id=64889

Reviewed by Sam Weinig.

Visit the global resolve instructions. This fixes a couple
of random crashes seen in the jquery tests when using the
interpreter.

  • bytecode/CodeBlock.cpp:

(JSC::CodeBlock::visitAggregate):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r91383 r91394  
     12011-07-20  Oliver Hunt  <[email protected]>
     2
     3        Codeblock doesn't visit cached structures in global resolve instructions
     4        https://bugs.webkit.org/show_bug.cgi?id=64889
     5
     6        Reviewed by Sam Weinig.
     7
     8        Visit the global resolve instructions.  This fixes a couple
     9        of random crashes seen in the jquery tests when using the
     10        interpreter.
     11
     12        * bytecode/CodeBlock.cpp:
     13        (JSC::CodeBlock::visitAggregate):
     14
    1152011-07-20  James Robinson  <[email protected]>
    216
Note: See TracChangeset for help on using the changeset viewer.