Re: With or Without Eu....
- Posted by Robert Craig <rds at RAPIDEUPHORIA.COM> Dec 16, 2000
- 475 views
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