llvm-6502/include/llvm/ExecutionEngine
Jeffrey Yasskin 489393d7b9 Add an option to allocate JITed global data separately from code. By
default, this option is not enabled to support clients who rely on
this behavior.

Fixes http://llvm.org/PR4483

A patch to allocate additional memory for globals after we run out is
forthcoming.

Patch by Reid Kleckner!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75059 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-08 21:59:57 +00:00
..
ExecutionEngine.h Add an option to allocate JITed global data separately from code. By 2009-07-08 21:59:57 +00:00
GenericValue.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00
Interpreter.h Fix the Ocaml bindings for the ExecutionEngine: with the change to build 2009-06-24 21:09:18 +00:00
JIT.h Fix the Ocaml bindings for the ExecutionEngine: with the change to build 2009-06-24 21:09:18 +00:00
JITEventListener.h Add a JITEventListener interface that gets called back when a new function is 2009-06-25 02:04:04 +00:00
JITMemoryManager.h Add an option to allocate JITed global data separately from code. By 2009-07-08 21:59:57 +00:00