[LLVMdev] TargetFrameInfo: what's local area offset

Vladimir Prus ghost at cs.msu.su
Mon Jun 7 08:42:04 PDT 2004


The TargetFrameInfo, amoung other things, specifies "local area offset" -- 
which, as comment say, is:

   the offset of the local area from the stack pointer on entrance to a
   function.

The question is -- what's local area? Is this the first stack location which 
can be used by function for allocating its own variables?

- Volodya




More information about the llvm-dev mailing list