Opened 14 years ago

Closed 14 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 14 years ago by ehuelsmann

Milestone: 0.200.19
Resolution: fixed
Status: newclosed
Version: 0.19

Change committed in r12505 (and follow up) by astalla.

Note: See TracTickets for help on using tickets.