Opened 15 years ago
Closed 15 years ago
#81 closed enhancement (fixed)
Inlining functions with &optional and other "complex" arguments
Reported by: | ehuelsmann | Owned by: | ehuelsmann |
---|---|---|---|
Priority: | major | Milestone: | 0.19 |
Component: | compiler | Version: | 0.19 |
Keywords: | Cc: | ||
Parent Tickets: |
Description
Currently we only inline functions which have only required parameters. With a little bit more intelligence we could easily inline functions with optional parameters.
With a bit more intelligence than that, we can even inline functions with &keyword and &rest parameters.
Change History (1)
comment:1 Changed 15 years ago by
Milestone: | 0.20 → 0.19 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | → 0.19 |
Note: See
TracTickets for help on using
tickets.
Change committed in r12505 (and follow up) by astalla.