On 09/28/2015 04:32 PM, Tom de Vries wrote:
patch below prints the function attributes in the dump file.
foo ()
[ noclone , noinline ]
{
...
Good idea?
If so, do we want one attribute per line?
Only for really long ones I'd think. Patch is ok for now.
Bernd
Hi,
patch below prints the function attributes in the dump file.
Say we mark a function foo with attributes noinline and noclone like this:
...
int __attribute__((noinline, noclone))
foo (void)
...
Then using this patch, we find in the dump file:
...
;; Function foo (foo, funcdef_no=10, decl_ui