#81: Inlining functions with &optional and other "complex" arguments -------------------------+-------------------------------------------------- Reporter: ehuelsmann | Owner: ehuelsmann Type: enhancement | Status: new Priority: major | Milestone: 0.20 Component: compiler | Version: Keywords: | -------------------------+-------------------------------------------------- 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.
#81: Inlining functions with &optional and other "complex" arguments --------------------------+------------------------------------------------- Reporter: ehuelsmann | Owner: ehuelsmann Type: enhancement | Status: closed Priority: major | Milestone: 0.19 Component: compiler | Version: 0.19 Resolution: fixed | Keywords: --------------------------+------------------------------------------------- Changes (by ehuelsmann):
* status: new => closed * version: => 0.19 * resolution: => fixed * milestone: 0.20 => 0.19
Comment:
Change committed in r12505 (and follow up) by astalla.
armedbear-ticket@common-lisp.net