Summary
speed up keyword argument processing
Metadata
- Id: 95cd6f15302460626a44d5ead4b5cc2fa68a381d
- Trac id: 208
- Type: enhancement
- Reporter: felix
- Owner: felix
- Cc:
- Status: closed
- Component: core libraries
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone:
- Version:
- Changetime: 2011-04-04 08:31:00 UTC
- Created: 2010-04-09 10:38:16 UTC
- Keywords: keywords
Description
If a call to `##sys#get-keyword` has no default thunk, the lookup can be implemented in C. `##sys#get-keyword` should use this internal routine and thunk-less explicit calls in code can be rewritten to a `##core#inline` expression.
Changes and comments
[2010-04-09 10:38:54 UTC] felix changed milestone from 4.5.0 to 4.6.0
[2010-04-09 11:52:00 UTC] felix wrote:
See commit 513ba59749622230bfc8623c96d63beff9d09c61, but needs more testing.
[2010-04-10 23:14:26 UTC] felix changed status from new to closed
[2010-04-10 23:14:26 UTC] felix set resolution to fixed
[2011-04-04 08:31:00 UTC] felix removed milestone 4.6.0
[2011-04-04 08:31:00 UTC] felix wrote:
Milestone 4.6.0 deleted