| commit | 70415d97a84fa557048feadafbacc1b08fc0695c | [log] [tgz] |
|---|---|---|
| author | Jeffrey Yasskin <jyasskin@google.com> | Wed Jul 08 21:59:57 2009 +0000 |
| committer | Jeffrey Yasskin <jyasskin@google.com> | Wed Jul 08 21:59:57 2009 +0000 |
| tree | d64dd69a67c8c9c357d503f8795e60f968b762bb | |
| parent | 0380851130cafa4cda99e923fdc97c7a2c1eaf27 [diff] |
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! llvm-svn: 75059