[Bug middle-end/52066] IRA and reginfo initialization too expensive
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jan 31 13:25:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52066
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-01-31 13:09:39 UTC ---
Created attachment 26531
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26531
patch
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).
More information about the Gcc-bugs
mailing list