Ignore:
Timestamp:
Aug 31, 2012, 6:39:51 PM (13 years ago)
Author:
[email protected]
Message:

Rolled back in a piece of <http://trac.webkit.org/changeset/127293>.

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

Reviewed by Sam Weinig.

  • runtime/JSGlobalData.cpp:

(JSC::JSGlobalData::JSGlobalData):

  • runtime/JSGlobalData.h:

(JSGlobalData):

  • runtime/JSNameScope.h:

(JSC::JSNameScope::JSNameScope):

  • runtime/JSWithScope.h:

(JSC::JSWithScope::JSWithScope):

  • runtime/StrictEvalActivation.cpp:

(JSC::StrictEvalActivation::StrictEvalActivation):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/JSGlobalData.h

    r127345 r127348  
    231231        Strong<Structure> interruptedExecutionErrorStructure;
    232232        Strong<Structure> terminatedExecutionErrorStructure;
    233         Strong<Structure> nameScopeStructure;
    234         Strong<Structure> strictEvalActivationStructure;
    235233        Strong<Structure> stringStructure;
    236234        Strong<Structure> notAnObjectStructure;
     
    247245        Strong<Structure> sharedSymbolTableStructure;
    248246        Strong<Structure> structureChainStructure;
    249         Strong<Structure> withScopeStructure;
    250247
    251248        IdentifierTable* identifierTable;
Note: See TracChangeset for help on using the changeset viewer.