http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52066
Steven Bosscher changed:
What|Removed |Added
CC||steven at gcc dot gnu.org
---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52066
--- Comment #3 from Jakub Jelinek 2012-01-31
14:54:32 UTC ---
Created attachment 26535
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26535
i386 patch
Incremental patch to speed up i386 *CLASS_P macros. I agree it isn't as clean
as definin
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52066
--- Comment #2 from Richard Guenther 2012-01-31
13:21:23 UTC ---
PR0?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52066
--- Comment #1 from Jakub Jelinek 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)),