Opened 14 years ago
Closed 14 years ago
#431 closed enhancement (fixed)
rewrite-rules for `string->number' and `exact->inexact' can be done better
Reported by: | felix winkelmann | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | compiler | Version: | 4.6.x |
Keywords: | rewrite rules inexact->exact | Cc: | |
Estimated difficulty: |
Description
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).
Change History (2)
comment:1 Changed 14 years ago by
Summary: | rewrite-rules for `string->number' and `inexact->exact' can be done better → rewrite-rules for `string->number' and `exact->inexact' can be done better |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.