This is the mail archive of the gcc-bugs@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]

[Bug middle-end/52066] IRA and reginfo initialization too expensive


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).


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