OSDN Git Service

Implement a _REAL_ memory manager for the code generated by the JIT. This
authorChris Lattner <sabre@nondot.org>
Thu, 14 Aug 2003 18:35:27 +0000 (18:35 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 14 Aug 2003 18:35:27 +0000 (18:35 +0000)
commit688506de24f04682f9d8563a7d20ab15ab85340b
tree953790835e9413cc2538b57d77611e02a15e427b
parentc3fe45b2f577eaf4d12cb7890773af3a8dea73c7
Implement a _REAL_ memory manager for the code generated by the JIT.  This
speeds up program execution by 15% pretty consistently for large programs

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7845 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/JITEmitter.cpp