Changeset 243442 in webkit
- Timestamp:
- Mar 25, 2019, 11:13:09 AM (7 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
jit/ExecutableAllocator.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r243433 r243442 1 2019-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 1 9 2019-03-25 Gyuyoung Kim <gyuyoung.kim@webkit.org> 2 10 -
trunk/Source/JavaScriptCore/jit/ExecutableAllocator.h
r243312 r243442 197 197 static ExecutableAllocator& singleton(); 198 198 static void initialize(); 199 static void initializeUnderlyingAllocator() { } 199 200 200 201 private:
Note:
See TracChangeset
for help on using the changeset viewer.