This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos 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]

[Bug 1001959] ARM call-graph profiling


Please do not reply to this email, use the link below.

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

--- Comment #2 from John Dallaway <john@dallaway.org.uk> ---
(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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


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