Ignore:
Timestamp:
Nov 28, 2009, 1:48:18 PM (15 years ago)
Author:
[email protected]
Message:

2009-11-28 Laszlo Gombos <Laszlo Gombos>

Reviewed by Eric Seidel.

Apply workaround for the limitation of VirtualFree with MEM_RELEASE to all ports running on Windows
https://bugs.webkit.org/show_bug.cgi?id=31943

  • runtime/MarkStack.h: (JSC::MarkStack::MarkStackArray::shrinkAllocation):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/MarkStack.h

    r49734 r51461  
    154154                if (size == m_allocated)
    155155                    return;
    156 #if PLATFORM(WIN) || PLATFORM(SYMBIAN)
     156#if PLATFORM(WIN_OS) || PLATFORM(SYMBIAN)
    157157                // We cannot release a part of a region with VirtualFree.  To get around this,
    158158                // we'll release the entire region and reallocate the size that we want.
Note: See TracChangeset for help on using the changeset viewer.