0,
hard_frame_pointer_rtx),
Pmode);
*/
DECL_SAVED_TREE (fndecl) = tf;
}
- Chris
At 10:08 AM 4/13/2005 -0400, Andrew Pinski wrote:
>On Apr 13, 2005, at 10:06 AM, Chris Kirby wrote:
>
>>We are trying
At 10:08 AM 4/13/2005 -0400, Andrew Pinski wrote:
>On Apr 13, 2005, at 10:06 AM, Chris Kirby wrote:
>
>>We are trying to use -finstrument-functions to do some custom profiling on
>>x86 and ppc.
>>
>>For normal code execution, it works fine, calling our entry a
to hook it in is unwind.inc, but that does not
have access to the current function tree, so we can't tell if instrumentation
is enabled or not.
Thank you,
- Chris Kirby