[Bug middle-end/28205] Request an option to make -finstrument-functions not apply to inlined function calls

2018-11-06 Thread joev.dubach at nuance dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28205 --- Comment #4 from Joev Dubach --- clang 7.0.0 now has the option -finstrument-functions-after-inlining (see https://reviews.llvm.org/D39331 ), which is the same feature I asked for in this bug. It'd be great if gcc could add this option too!

[Bug middle-end/28205] Request an option to make -finstrument-functions not apply to inlined function calls

2006-10-06 Thread andreas dot knuepfer at tu-dresden dot de
--- Comment #3 from andreas dot knuepfer at tu-dresden dot de 2006-10-06 12:40 --- Would it be feasible to pass a different function address for inlined functions? In particular, it should not be the same address as the parent function. I seem to recall that in previous versions

[Bug middle-end/28205] Request an option to make -finstrument-functions not apply to inlined function calls

2006-09-03 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-03 07:26 --- Confirmed, it is a little hard as -finstrument-functions now applied before inlining. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/28205] Request an option to make -finstrument-functions not apply to inlined function calls

2006-07-03 Thread joev dot dubach at nuance dot com
--- Comment #1 from joev dot dubach at nuance dot com 2006-07-03 18:01 --- (In reply to comment #0) The best we can do is say -fno-inline to turn off inlining altogether, and accept a slower and less accurate profiler. This is problematic as well, due to the existence of