chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-hackers] inliner bug


From: Andrei Barbu
Subject: [Chicken-hackers] inliner bug
Date: Sun, 10 Mar 2013 15:09:34 -0400

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]