chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #220: call-with-values rewrite rule for known produce


From: Chicken Trac
Subject: [Chicken-janitors] #220: call-with-values rewrite rule for known producer with single-valued body
Date: Thu, 29 Apr 2010 10:54:24 -0000

#220: call-with-values rewrite rule for known producer with single-valued body
-------------------------------------------+--------------------------------
 Reporter:  felix                          |       Owner:  felix
     Type:  enhancement                    |      Status:  new  
 Priority:  not urgent at all              |   Milestone:       
Component:  compiler                       |     Version:       
 Keywords:  optimization call-with-values  |  
-------------------------------------------+--------------------------------
 `(call-with-values K P F)` with `P` having a lambda as known value and a
 body of the form `(<CONT> X)` where `X` is a constant, a variable
 reference, a lambda or a `##core#inline[...]` form can be rewritten to `(F
 K X)`.

-- 
Ticket URL: <http://www.irp.oist.jp/trac/chicken/ticket/220>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

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