Ignore:
Timestamp:
Aug 31, 2012, 1:10:09 PM (13 years ago)
Author:
[email protected]
Message:

Not reviewed.

Rolled out http://trac.webkit.org/changeset/127293 because it broke
inspector tests on Windows.

Shrink activation objects by half
https://bugs.webkit.org/show_bug.cgi?id=95591

Reviewed by Sam Weinig.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/JSActivation.cpp

    r127293 r127304  
    4545    : Base(
    4646        callFrame->globalData(),
    47         callFrame->lexicalGlobalObject()->activationStructure(),
     47        callFrame->globalData().activationStructure.get(),
    4848        callFrame->registers(),
     49        callFrame->lexicalGlobalObject(),
     50        callFrame->globalThisValue(),
    4951        callFrame->scope()
    5052    )
Note: See TracChangeset for help on using the changeset viewer.