qpfiffer/lair

Figure out how to avoid stack-related segfaults

Opened this issue · 0 comments

To repro, execute a program like this:

loop iter
  ? = iter 1000000000
    : true
  loop ! + 1 iter 

! loop 0

Watch it crash. Fix this. You should be able to recurse ad inifinitum.