>>>>> Martin v Loewis <martin@mira.isdn.cs.tu-berlin.de> writes: >> You can use current_function_is_thunk to avoid the additional copies. > It seems that this works only if the parameters are just modified. Why do you say that? All it does is suppress copying the arguments to a call. Jason