[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-janitors] #431: rewrite-rules for `string->number' and `inexact
From: |
Chicken Trac |
Subject: |
[Chicken-janitors] #431: rewrite-rules for `string->number' and `inexact->exact' can be done better |
Date: |
Sat, 13 Nov 2010 13:09:15 -0000 |
#431: rewrite-rules for `string->number' and `inexact->exact' can be done better
------------------------------------------+---------------------------------
Reporter: felix | Owner: felix
Type: enhancement | Status: new
Priority: major | Milestone:
Component: compiler | Version: 4.6.x
Keywords: rewrite rules inexact->exact |
------------------------------------------+---------------------------------
These currently rewrite to CPS primitives, but can be much more efficient
by using `##core#inline_allocate` (at least the latter, since it doesn't
have an optional parameter).
--
Ticket URL: <http://bugs.call-cc.org/ticket/431>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.
- [Chicken-janitors] #431: rewrite-rules for `string->number' and `inexact->exact' can be done better,
Chicken Trac <=