Opened 14 years ago

Closed 14 years ago

#388 closed enhancement (wontfix)

eta-reduction is valid in some cases

Reported by: felix winkelmann Owned by: felix winkelmann
Priority: not urgent at all Milestone:
Component: compiler Version: 4.6.x
Keywords: Cc:
Estimated difficulty:

Description

(lambda (v1 ...) (f v1 ...)) can be reduced to f, if f is a safe global, if in unsafe mode, or if f is a standard/extended binding.

Change History (1)

comment:1 Changed 14 years ago by felix winkelmann

Resolution: wontfix
Status: newclosed

This must also check argument variables for not being global. In the end too many special cases for too little gain.

Note: See TracTickets for help on using tickets.