Summary
rewrite-rules for `string->number' and `exact->inexact' can be done better
Metadata
- Id: 0bdf2c27c1ee26dcaf81ba7ee8323ad0100528ed
- Trac id: 431
- Type: enhancement
- Reporter: felix
- Owner: felix
- Cc:
- Status: closed
- Component: compiler
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone:
- Version: 4.6.x
- Changetime: 2010-11-25 11:49:32 UTC
- Created: 2010-11-13 14:09:15 UTC
- Keywords: rewrite rules inexact->exact
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).