[LLVMdev] TargetFrameInfo: what's local area offset
Chris Lattner
sabre at nondot.org
Tue Jun 8 01:29:02 PDT 2004
On Tue, 8 Jun 2004, Vladimir Prus wrote:
> > > The question is -- what's local area? Is this the first stack location
> > > which can be used by function for allocating its own variables?
> >
> > Yes, exactly. The local area is the part that is local to the new
> > function invocation, where automatic variables, allocas, and spills go.
>
> Thanks. What would you say about the attached doc patch? It adds summary docs
> for the TargetFrameInfo class and clarifies what's local area is.
Looks good, this is what I commited:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040607/015066.html
-Chris
--
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/
More information about the llvm-dev
mailing list