⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 243442 in webkit


Ignore:
Timestamp:
Mar 25, 2019, 11:13:09 AM (7 years ago)
Author:
ysuzuki@apple.com
Message:

Unreviewed, speculative fix for CLoop build on CPU(UNKNOWN)
https://bugs.webkit.org/show_bug.cgi?id=195982

  • jit/ExecutableAllocator.h:

(JSC::ExecutableAllocator::initializeUnderlyingAllocator):

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r243433 r243442  
     12019-03-25  Yusuke Suzuki  <ysuzuki@apple.com>
     2
     3        Unreviewed, speculative fix for CLoop build on CPU(UNKNOWN)
     4        https://bugs.webkit.org/show_bug.cgi?id=195982
     5
     6        * jit/ExecutableAllocator.h:
     7        (JSC::ExecutableAllocator::initializeUnderlyingAllocator):
     8
    192019-03-25  Gyuyoung Kim  <gyuyoung.kim@webkit.org>
    210
  • trunk/Source/JavaScriptCore/jit/ExecutableAllocator.h

    r243312 r243442  
    197197    static ExecutableAllocator& singleton();
    198198    static void initialize();
     199    static void initializeUnderlyingAllocator() { }
    199200
    200201private:
Note: See TracChangeset for help on using the changeset viewer.