This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/52066] IRA and reginfo initialization too expensive
- From: "steven at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 09 Oct 2012 20:46:39 +0000
- Subject: [Bug middle-end/52066] IRA and reginfo initialization too expensive
- Auto-submitted: auto-generated
- References: <bug-52066-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52066
Steven Bosscher <steven at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |steven at gcc dot gnu.org
--- Comment #4 from Steven Bosscher <steven at gcc dot gnu.org> 2012-10-09 20:46:39 UTC ---
(In reply to comment #1)
> Patch to inline them. Quite ugly, but I can't use extern inline
> __attribute__((gnu_inline)), because it uses static inline functions, and
> unfortunately some callers of these functions can't include hard-reg-set.h
> (targhooks.c).
Huh, if it's ok to know about reg-classes in targhooks, why is it not also OK
to know about HARD_REG_SET?