#208 closed enhancement (fixed)
speed up keyword argument processing
Reported by: | felix winkelmann | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | core libraries | Version: | |
Keywords: | keywords | Cc: | |
Estimated difficulty: |
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.
Change History (4)
comment:1 Changed 15 years ago by
Milestone: | 4.5.0 → 4.6.0 |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
See commit 513ba59749622230bfc8623c96d63beff9d09c61, but needs more testing.