Changeset 109174 in webkit


Ignore:
Timestamp:
Feb 28, 2012 5:26:03 PM (12 years ago)
Author:
mhahnenberg@apple.com
Message:

Re-enable parallel GC on Mac
https://bugs.webkit.org/show_bug.cgi?id=79837

Rubber stamped by Filip Pizlo.

  • runtime/Options.cpp:

(JSC::Options::initializeOptions): We accidentally disabled parallel GC with this line,
so we removed it and things should go back to normal.

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r109172 r109174  
     12012-02-28  Mark Hahnenberg  <mhahnenberg@apple.com>
     2
     3        Re-enable parallel GC on Mac
     4        https://bugs.webkit.org/show_bug.cgi?id=79837
     5
     6        Rubber stamped by Filip Pizlo.
     7
     8        * runtime/Options.cpp:
     9        (JSC::Options::initializeOptions): We accidentally disabled parallel GC with this line,
     10        so we removed it and things should go back to normal.
     11
    1122012-02-28  Filip Pizlo  <fpizlo@apple.com>
    213
  • trunk/Source/JavaScriptCore/runtime/Options.cpp

    r108444 r109174  
    194194        cpusToUse = 1;
    195195   
    196     cpusToUse = 1;
    197    
    198196    SET(numberOfGCMarkers, cpusToUse);
    199197
Note: See TracChangeset for help on using the changeset viewer.