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

Re: struct-reorg?


David Given <dg@cowlark.com> writes:

> Does anyone know what happened to the old struct-reorg project
> (-fipa-struct-reorg and friends)? I know the original IPA-based code bit
> rotted and got removed, but is there any modern equivalent?

Personally I think that reorganizing structs is a benchmark game that is
almost never helpful on real code.  For one thing, on real code it's a
lot easier and more reliable to simply reorganize the struct yourself.

I'm not aware of any modern equivalent.

Ian


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