This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

Re: Scheduling for one processor variant, but reporting times forothers


Bradley Lucier wrote:
Would anyone be interested in implementing an option that reports, via -dR, the cycle timing results for a CPU that the instructions weren't scheduled for?

I think it would be easier to do this with a simulator or a profiling tool. This falls outside the scope of what the compiler is expected to do, and the gcc scheduler isn't designed to produce this info.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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