On Fri, Dec 30, 2011 at 03:20:30PM +0100, Richard Guenther wrote: > Err - are not _all_ backends using trampolines to represent address-taken > nested functions? At least I remeber to see them for x86 and plain C
Targets using function descriptors (powerpc64-*linux*, powerpc*-*aix*, ia64-*) don't use trampolines. Jakub