open64 compiler



Structure layout optimizations in the open64 compiler: Design, implementation and measurements

FREE-DOWNLOAD G Chakrabarti, F Chow… – ,
A common performance problem faced by today’s application programs is poor data locality.
Real-world applications are often written to traverse data structures in a manner that results in
data cache miss overhead. These data structures are often declared as structs in C and