Open
Description
Hello,
I am trying out (srfi 18)
in cyclone and noticed that memory was being "consumed" very quickly by a simple monitoring thread, the following small example seems to exhibit this behaviour:
(define (busy x) (busy (+ x 1)))
(busy 0)
Similarly, the cyclone compiler can be encouraged to use excessive memory (and compile time) by:
(define (compile-forever x) x (compile-forever x))
(compile-forever 0)
Both examples work as expected in icyc
(with regards to memory use).
Am I doing something unreasonable here? I am using cyclone-0.36.0 on NetBSD 10.99.10 amd64 (current-ish).
Metadata
Metadata
Assignees
Labels
No labels