Change benchmark.recursive to make less recursions to avoid overflowing the callstack on win64
parent
9adfda095f
commit
c2b377eb83
|
@ -32,6 +32,6 @@ IN: benchmark.recursive
|
|||
|
||||
HINTS: recursive fixnum ;
|
||||
|
||||
: recursive-main ( -- ) 11 recursive ;
|
||||
: recursive-main ( -- ) 10 recursive ;
|
||||
|
||||
MAIN: recursive-main
|
||||
|
|
Loading…
Reference in New Issue