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 c++/31176] reorder class data members to minimize space waste



------- Comment #5 from pinskia at gcc dot gnu dot org  2007-03-14 19:08 -------
(In reply to comment #4)
> Out of curiosity, which compiler does it? 
Sun and Intel (and I think IBM's also)

> And what's the art hack?

The art hack is when changing array of structs to struct of arrays.  The reason
why it is called the art hack is because it helps the art benchmark inside SPEC
2000.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31176


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