Displaying 1 result from an estimated 1 matches for "7a6d8f61".
2008 Apr 17
4
[LLVMdev] measuring the stack size
On Thu, 2008-04-17 at 10:49 -0700, Chris Lattner wrote:
> On Thu, 17 Apr 2008, guan mailist wrote:
> > Does anyone have good ideas to dynamically measure the stack size of a
> > program by using LLVM.
> > I am trying to add some new intrinsic functions after each "alloca" in
> > bitcode. Is it a good way to do it?
> > Any existing tools can help me to do