Hi, The chicken inliner runs for a long time before failing with exit code 11 on the following code:
(declare (inline test)) (define (go a) (a 1)) (define (test x) (go (lambda (x) (x) (test x)))) Compile with: csc -inline a.scm -emit-inline-file a.inline This is a simplified version of a bug that occurs in the AD egg. Andrei _______________________________________________ Chicken-hackers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-hackers
