summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
0d3bb7a)
https://bugs.webkit.org/show_bug.cgi?id=155245
Reviewed by Mark Lam.
Fix up exports for a few symbols
* jit/ExecutableAllocator.h:
* jit/ExecutableAllocatorFixedVMPool.cpp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@197876
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2016-03-09 Oliver Hunt <oliver@apple.com>
+
+ Wincairo buildfix
+ https://bugs.webkit.org/show_bug.cgi?id=155245
+
+ Reviewed by Mark Lam.
+
+ Fix up exports for a few symbols
+
+ * jit/ExecutableAllocator.h:
+ * jit/ExecutableAllocatorFixedVMPool.cpp:
+
2016-03-09 Mark Lam <mark.lam@apple.com>
Add dumping of function expression names in CodeBlock bytecode dump.
2016-03-09 Mark Lam <mark.lam@apple.com>
Add dumping of function expression names in CodeBlock bytecode dump.
static const double executablePoolReservationFraction = 0.25;
#endif
static const double executablePoolReservationFraction = 0.25;
#endif
-extern uintptr_t startOfFixedExecutableMemoryPool;
-extern uintptr_t endOfFixedExecutableMemoryPool;
+extern JS_EXPORTDATA uintptr_t startOfFixedExecutableMemoryPool;
+extern JS_EXPORTDATA uintptr_t endOfFixedExecutableMemoryPool;
#if ENABLE(SEPARATED_WX_HEAP)
#if ENABLE(SEPARATED_WX_HEAP)
-extern uintptr_t jitWriteFunctionAddress;
+extern JS_EXPORTDATA uintptr_t jitWriteFunctionAddress;
#endif
#endif // ENABLE(EXECUTABLE_ALLOCATOR_FIXED)
#endif
#endif // ENABLE(EXECUTABLE_ALLOCATOR_FIXED)
-JS_EXPORT_PRIVATE uintptr_t startOfFixedExecutableMemoryPool;
-JS_EXPORT_PRIVATE uintptr_t endOfFixedExecutableMemoryPool;
+JS_EXPORTDATA uintptr_t startOfFixedExecutableMemoryPool;
+JS_EXPORTDATA uintptr_t endOfFixedExecutableMemoryPool;
#if ENABLE(SEPARATED_WX_HEAP)
#if ENABLE(SEPARATED_WX_HEAP)
-JS_EXPORT_PRIVATE uintptr_t jitWriteFunctionAddress;
+JS_EXPORTDATA uintptr_t jitWriteFunctionAddress;
#endif
class FixedVMPoolExecutableAllocator : public MetaAllocator {
#endif
class FixedVMPoolExecutableAllocator : public MetaAllocator {