[LLVMdev] Accounting for stack space
Chris Lattner
sabre at nondot.org
Tue Jul 10 12:39:03 PDT 2007
On Tue, 10 Jul 2007, Sandro Magi wrote:
>> used. Your choices are to either override malloc/free for both the JIT
>> and the program or for neither of them.
>
> I want to 'intercept' ALL allocations actually, including the stack if
> possible, so the above suits me just fine.
Ok, just provide your own malloc/free. :)
-Chris
--
http://nondot.org/sabre/
http://llvm.org/
More information about the llvm-dev
mailing list