Arc Forumnew | comments | leaders | submitlogin
3 points by dido 4383 days ago | link | parent

src/vmengine.h:236:

#define TSTKSIZE 65536

Increase it as high as you like. :)



1 point by akkartik 4383 days ago | link

Thanks!

Does it make sense to resize it on the fly when we discover we've overflowed the stack? Or are there potentially continuation pointers into the stack that would be non-trivial to track down?

-----

1 point by akkartik 4383 days ago | link

Yeah, no luck: https://github.com/akkartik/arcueid/commit/ae31b82540

-----

1 point by akkartik 4374 days ago | link

Possibly relevant: http://wingolog.org/archives/2014/03/17/stack-overflow

-----