[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-janitors] Re: #64: "maze" benchmark produces incorrect result w
From: |
Chicken Trac |
Subject: |
[Chicken-janitors] Re: #64: "maze" benchmark produces incorrect result when compiled wirth -block on x86-64 |
Date: |
Tue, 11 Aug 2009 12:09:08 -0000 |
#64: "maze" benchmark produces incorrect result when compiled wirth -block on
x86-64
-----------------------------+----------------------------------------------
Reporter: felix | Owner:
Type: defect | Status: closed
Priority: critical | Milestone: 4.2.0
Component: core libraries | Version: 4.1.x
Resolution: fixed | Keywords:
-----------------------------+----------------------------------------------
Changes (by felix):
* status: new => closed
* resolution: => fixed
Comment:
The problem appears to be that on 64-bit platforms, the fixnum-range
exceeds the range of integers that can be stored in a double. While
decoding a literal with `C_decode_literal`, the string->number conversion
didn't take this into account. Fixed in r15413.
--
Ticket URL: <http://www.irp.oist.jp/trac/chicken/ticket/64#comment:7>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.
- [Chicken-janitors] #64: "maze" benchmark produces incorrect result when compiled wirth -block on x86-64, Chicken Trac, 2009/08/06
- [Chicken-janitors] Re: #64: "maze" benchmark produces incorrect result when compiled wirth -block on x86-64, Chicken Trac, 2009/08/06
- [Chicken-janitors] Re: #64: "maze" benchmark produces incorrect result when compiled wirth -block on x86-64, Chicken Trac, 2009/08/06
- [Chicken-janitors] Re: #64: "maze" benchmark produces incorrect result when compiled wirth -block on x86-64, Chicken Trac, 2009/08/06
- [Chicken-janitors] Re: #64: "maze" benchmark produces incorrect result when compiled wirth -block on x86-64, Chicken Trac, 2009/08/06
- [Chicken-janitors] Re: #64: "maze" benchmark produces incorrect result when compiled wirth -block on x86-64, Chicken Trac, 2009/08/06
- [Chicken-janitors] Re: #64: "maze" benchmark produces incorrect result when compiled wirth -block on x86-64, Chicken Trac, 2009/08/06
- [Chicken-janitors] Re: #64: "maze" benchmark produces incorrect result when compiled wirth -block on x86-64,
Chicken Trac <=