On Wed, Jun 23, 2010 at 5:05 PM, Yuri <yuri at rawbw.com> wrote: > I need to know how deep is the stack allocated for the process (total > for all functions)? > How to set this size? You'll need some platform-specific code; LLVM doesn't touch anything related to the size of the stack. -Eli