[LLVMdev] How to set JIT stack depth allocated for the process?

Eli Friedman eli.friedman at gmail.com
Wed Jun 23 17:15:28 PDT 2010


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



More information about the llvm-dev mailing list