[Bug 1001959] ARM call-graph profiling

[email protected] Sat, 15 Mar 2014 22:12:06 +0000
Newsgroups gmane.os.ecos.patches
Message-ID <[email protected]/>
Please do not reply to this email, use the link below.

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001959

Ilija Kocho [Илија Кочо] <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Ilija Kocho [Илија Кочо] <[email protected]> ---
(In reply to comment #2)
> (In reply to comment #1)
> 
> > Just for my education (should have asked in bug 1001954 a week ago): When
> > using hardware FP, do we need to also put FPU registers?
> 
> Ilija, by inspection, we know that the mcount functions do not use any FP
> registers. These functions call __profile_mcount() which is self-contained
> and does not perform any floating point calculations. So there is no
> possibility that function arguments passed in FP registers will be modified
> within the call to mcount() or __gnu_mcount_nc() and therefore no need for
> the mcount functions to save/restore FP registers.

Many thanks John.

-- 
You are receiving this mail because:
You are on the CC list for the bug.