Correct Qt and Gtk project files
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@39087
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
Reviewed by NOBODY (Build fix).
Reviewed by NOBODY (Build fix).
+ Put ENABLE(ASSEMBLER) guards around use of ExecutableAllocator in global data
+
+ Correct Qt and Gtk project files
+
+ * GNUmakefile.am:
+ * JavaScriptCore.pri:
+ * runtime/JSGlobalData.h:
+
+2008-12-07 Oliver Hunt <oliver@apple.com>
+
+ Reviewed by NOBODY (Build fix).
+
Add new files to other projects.
* GNUmakefile.am:
Add new files to other projects.
* GNUmakefile.am:
JavaScriptCore/jit/JITPropertyAccess.cpp \
JavaScriptCore/jit/JITArithmetic.cpp \
JavaScriptCore/jit/ExecutableAllocator.cpp \
JavaScriptCore/jit/JITPropertyAccess.cpp \
JavaScriptCore/jit/JITArithmetic.cpp \
JavaScriptCore/jit/ExecutableAllocator.cpp \
- JavaScriptCore/jit/ExecutableAllocatorMMAP.cpp \
+ JavaScriptCore/jit/ExecutableAllocatorPosix.cpp \
JavaScriptCore/jit/JIT.h \
JavaScriptCore/jit/JITInlineMethods.h \
JavaScriptCore/bytecode/CodeBlock.cpp \
JavaScriptCore/jit/JIT.h \
JavaScriptCore/jit/JITInlineMethods.h \
JavaScriptCore/bytecode/CodeBlock.cpp \
jit/JITArithmetic.cpp \
jit/JITPropertyAccess.cpp \
jit/ExecutableAllocator.cpp \
jit/JITArithmetic.cpp \
jit/JITPropertyAccess.cpp \
jit/ExecutableAllocator.cpp \
- jit/ExecutableAllocatorMMAP.cpp \
+ jit/ExecutableAllocatorPosix.cpp \
bytecompiler/BytecodeGenerator.cpp \
runtime/ExceptionHelpers.cpp \
runtime/JSPropertyNameIterator.cpp \
bytecompiler/BytecodeGenerator.cpp \
runtime/ExceptionHelpers.cpp \
runtime/JSPropertyNameIterator.cpp \
HashSet<JSObject*> arrayVisitedElements;
Heap heap;
HashSet<JSObject*> arrayVisitedElements;
Heap heap;
PassRefPtr<ExecutablePool> poolForSize(size_t n) { return m_executableAllocator.poolForSize(n); }
PassRefPtr<ExecutablePool> poolForSize(size_t n) { return m_executableAllocator.poolForSize(n); }
private:
JSGlobalData(bool isShared = false);
private:
JSGlobalData(bool isShared = false);
ExecutableAllocator m_executableAllocator;
ExecutableAllocator m_executableAllocator;
static JSGlobalData*& sharedInstanceInternal();
};
static JSGlobalData*& sharedInstanceInternal();
};