chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] Re: #458: Chicken can't profile itself


From: Chicken Trac
Subject: [Chicken-janitors] Re: #458: Chicken can't profile itself
Date: Thu, 16 Dec 2010 20:10:16 -0000

#458: Chicken can't profile itself
-----------------------+----------------------------------------------------
  Reporter:  sjamaan   |       Owner:                                      
      Type:  defect    |      Status:  new                                 
  Priority:  major     |   Milestone:  4.7.0                               
 Component:  compiler  |     Version:  4.6.x                               
Resolution:            |    Keywords:  expander, profiler, self-compilation
-----------------------+----------------------------------------------------

Comment(by sjamaan):

 Simplified breakage:

 {{{
 (module x ()
   (import chicken scheme)
   ((let ((foo "a"))
      (lambda (x) (display (string-append foo x)))) "b")
   (newline))
 }}}

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/458#comment:1>
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]