Teach the RtDyld to tell the memory manager about how much space a function
authorJim Grosbach <grosbach@apple.com>
Fri, 13 May 2011 20:12:14 +0000 (20:12 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 13 May 2011 20:12:14 +0000 (20:12 +0000)
commitffa625072ca32a7209492b98f697df43f1e85c0a
treead7b68c4f06615de4ad179a09c3fd2e5bc765453
parent6f0b5e4a222f8f14c31472e284d45dab7f881257
Teach the RtDyld to tell the memory manager about how much space a function
actually takes rather than how much memory was allocated for it. This
is more accurate and should help the manager pack things more effectively.

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