StackOverflow for large `appendo`

Description

Stacktrace

Environment

None

Activity

Show:

Norman Richards December 31, 2014 at 8:17 PM

It happens for me by 5000. I note the following comment on the implementation of walk-term (the method that blows the stack up) for LCons:

;; TODO: no way to make this non-stack consuming w/o a lot more thinking
;; we could use continuation passing style and trampoline
IWalkTerm
(walk-term [v f]
(lcons (f (lfirst v))
(f (lnext v))))

David Nolen January 5, 2013 at 8:44 PM

I cannot recreate on my machine but should try a large N & wait and see.

Details

Assignee

Reporter

Priority

Created January 5, 2013 at 8:43 PM
Updated December 31, 2014 at 8:17 PM