bug-guile
[Top][All Lists]
Advanced

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

bug#33652: The optimization that fails


From: Stefan Israelsson Tampe
Subject: bug#33652: The optimization that fails
Date: Tue, 11 Dec 2018 22:03:32 +0100

(define f 
  (compile 
    '(lambda () 
       (let/ec b 
         (let lp ()
            (b) 
            (lp)))) 
      #:env (current-module) #:opts '(#:contify? #f)))

compiles so the issue is in the contify section of the optimizer.

reply via email to

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