ecraven / r7rs-benchmarks

Benchmarks for various Scheme implementations. Taken with kind permission from the Larceny project, based on the Gabriel and Gambit benchmarks.
275 stars 32 forks source link

Start STklos with deeper stack #73

Closed jpellegrini closed 3 months ago

jpellegrini commented 3 months ago

The ack benchmark crashes because the default STklos stack size is not enough... We can use 100x more room.

jpellegrini commented 3 months ago

And it should have no impact on performance, since the stack is static (its size doesn't change dynamically)

ecraven commented 3 months ago

Thanks for this!