Ignore:
Timestamp:
Sep 19, 2011, 9:05:28 PM (14 years ago)
Author:
[email protected]
Message:

Removed ENABLE_LAZY_BLOCK_FREEING and related #ifdefs
https://bugs.webkit.org/show_bug.cgi?id=68424

As discussed on webkit-dev. All ports build with threads enabled in JSC now.

This may break WinCE and other ports that have not built and tested with
this configuration. I've filed bugs for port maintainers. It's time for
WebKit to move forward.

Reviewed by Mark Rowe.

  • heap/Heap.cpp:

(JSC::Heap::Heap):
(JSC::Heap::~Heap):
(JSC::Heap::destroy):
(JSC::Heap::blockFreeingThreadMain):
(JSC::Heap::allocateBlock):
(JSC::Heap::freeBlocks):
(JSC::Heap::releaseFreeBlocks):

  • heap/Heap.h:
  • wtf/Platform.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r95511 r95512  
     12011-09-19  Geoffrey Garen  <[email protected]>
     2
     3        Removed ENABLE_LAZY_BLOCK_FREEING and related #ifdefs
     4        https://bugs.webkit.org/show_bug.cgi?id=68424
     5
     6        As discussed on webkit-dev. All ports build with threads enabled in JSC now.
     7       
     8        This may break WinCE and other ports that have not built and tested with
     9        this configuration. I've filed bugs for port maintainers. It's time for
     10        WebKit to move forward.
     11
     12        Reviewed by Mark Rowe.
     13
     14        * heap/Heap.cpp:
     15        (JSC::Heap::Heap):
     16        (JSC::Heap::~Heap):
     17        (JSC::Heap::destroy):
     18        (JSC::Heap::blockFreeingThreadMain):
     19        (JSC::Heap::allocateBlock):
     20        (JSC::Heap::freeBlocks):
     21        (JSC::Heap::releaseFreeBlocks):
     22        * heap/Heap.h:
     23        * wtf/Platform.h:
     24
    1252011-09-19  Geoffrey Garen  <[email protected]>
    226
Note: See TracChangeset for help on using the changeset viewer.