This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] improve entry/exit instrumentation wrt trampolines


Hi Jeff,

> On 22 Jun 2018, at 18:13, Jeff Law <law@redhat.com> wrote:
> 
>>> 	* gimplify.c (gimplify_function_tree): Prevent creation
>>> 	of a trampoline for the address of the current function
>>> 	passed to entry/exit instrumentation hooks.

> I was a little concerned about the TREE_NO_TRAMPOLINE bit, but that's
> only applied to the result of the build_fold_addr_expr, not to the
> actual decl itself AFAICT.

Yes, exactly.

> So, OK.

Great :) Thanks for the super fast review!

Regards,

Olivier



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]