Significantly revamp allocation of machine code to use free lists, real
authorChris Lattner <sabre@nondot.org>
Thu, 11 May 2006 23:08:08 +0000 (23:08 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 11 May 2006 23:08:08 +0000 (23:08 +0000)
commite993cc27ad9fd84e6aaf652c94eb9ca0cb63a898
tree6d9ae51f1052e5831acdd1392391c1b8e35ad788
parent8c8c66a8cd793989e88ee33f0541c1ea60b3cb10
Significantly revamp allocation of machine code to use free lists, real
allocation policies and much more.  All this complexity, and we have no
functionality change, woo! :)

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