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.
Here's an initial pass at fixing globals in LLVM. This doesn't address compatibility with the ...
15 years, 4 months ago
(2009-06-30 22:12:25 UTC)
#1
Here's an initial pass at fixing globals in LLVM. This doesn't address
compatibility with the unnamed unknown group that Johannes represents, yet.
However, if they implement a custom memory manager they could trap
allocateGlobal and do the right thing for them. On the third hand, Johannes
says they "want to make no code changes".
Issue 90053: Fix the LLVM JIT to allocate globals outside function bodies
(Closed)
Created 15 years, 4 months ago by Reid Kleckner
Modified 15 years, 3 months ago
Reviewers: Jeffrey Yasskin, nlewycky
Base URL: http://llvm.org/svn/llvm-project/llvm/trunk/
Comments: 0