chicken-janitors
[Top][All Lists]
Advanced

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

Re: [Chicken-janitors] #1630: Optimizer sometimes incorrectly drops proc


From: Chicken Trac
Subject: Re: [Chicken-janitors] #1630: Optimizer sometimes incorrectly drops procedure arguments
Date: Fri, 05 Jul 2019 08:33:31 -0000

#1630: Optimizer sometimes incorrectly drops procedure arguments
---------------------------------+-------------------
            Reporter:  sjamaan   |      Owner:
                Type:  defect    |     Status:  new
            Priority:  major     |  Milestone:  5.2
           Component:  compiler  |    Version:  5.1.0
          Resolution:            |   Keywords:
Estimated difficulty:  medium    |
---------------------------------+-------------------

Comment (by megane):

 Simpler still:
 {{{
 (define (foo x)
   (let ((bar (lambda (a b) (print a b))))
     (if x
         (bar 1)
         (bar 1 2))))
 }}}

--
Ticket URL: <https://bugs.call-cc.org/ticket/1630#comment:3>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

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