Opened 13 years ago
#106 new defect
kmk: Optimize $(firstword ) and $(lastword )
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | trivial | Milestone: | 0.3.0 |
Component: | kmk | Version: | 0.1.5 |
Keywords: | performance firstword lastword | Cc: |
Description
These are configured to have their arguments expanded before calling the functions implementing them. A more efficient implementation would expand the arguments word by word, taking nested variable expansion into account.
Note:
See TracTickets
for help on using tickets.