This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/16325] value profiling clobbers gp on mips
- From: "wilson at specifixinc dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Jul 2004 01:00:40 -0000
- Subject: [Bug target/16325] value profiling clobbers gp on mips
- References: <20040702031629.16325.wilson@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From wilson at specifixinc dot com 2004-07-03 01:00 -------
Subject: Re: value profiling clobbers gp on mips
On Thu, 2004-07-01 at 21:09, pinskia at gcc dot gnu dot org wrote:
> This this the case the work STARTING_FRAME_OFFSET done too ealy?
Or in the same line of thought, maybe we are doing the profiling
instrumentation too late. Moving either one of these across the other
would solve the problem. I doubt that we want to move the virtual
register instantiation later, but moving the profiling support earlier
might be feasible.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16325