search for: ba47a0ae

Displaying 2 results from an estimated 2 matches for "ba47a0ae".

2007 Jul 10
0
[LLVMdev] Accounting for stack space
...y given platform, as well. If you're intending to sandbox untrusted third-party code, then you need to consider these issues. Good luck, Gordon -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070710/ba47a0ae/attachment.html>
2007 Jul 10
2
[LLVMdev] Accounting for stack space
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/