|
|
|
|
|
by uecker
261 days ago
|
|
They only need trampolines when they access their local environment and you take their address. Without optimization a trampoline was generated whenever an address was taken, but I recently changed this in the development version of GCC to only do this when needed, so hopefully in the next released version you will not get a trampoline for many more cases. Here, there is no address being taken anyway, so you do not get a trampoline. (and I hope we get a solution without trampolines for the remaining cases as well) |
|