Re: With or Without Eu....

new topic     » goto parent     » topic index » view thread      » older message » newer message

Lutz Heitmann writes:
> How much stack space is there upon entering
> assembly routines?

In DOS, the Euphoria interpreter is built with
the stack space set to 24K. This does not limit
Euphoria programs, since the call stack for
Euphoria subroutines grows automatically using
heap space. It would limit assembly language
programs that try to do deep recursion.

If you build your program using the Euphoria to C
Translator, you can set the stack space to whatever
you like on the linker command line.

In Linux and Windows I believe the O/S will
grow the stack automatically.

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu