[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-janitors] #169: unboxing in safe mode doesn't quite work
From: |
Chicken Trac |
Subject: |
[Chicken-janitors] #169: unboxing in safe mode doesn't quite work |
Date: |
Mon, 01 Feb 2010 12:19:11 -0000 |
#169: unboxing in safe mode doesn't quite work
----------------------+-----------------------------------------------------
Reporter: felix | Owner: felix
Type: defect | Status: new
Priority: minor | Milestone:
Component: compiler | Version: 4.3.x
Keywords: |
----------------------+-----------------------------------------------------
for example:
{{
(define (foo x y)
(fp+ (fp* x 23) y))
(print (foo 2 3))
}}
fails because `C_a_i_flonum_plus` gets passed an unboxed value.
--
Ticket URL: <http://www.irp.oist.jp/trac/chicken/ticket/169>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Chicken-janitors] #169: unboxing in safe mode doesn't quite work,
Chicken Trac <=