Go to file
Chris Lattner e472f9c4dc eliminate the std::vector from StructLayout, allocating the elements immediately
after the StructLayout object in memory.  This marginally improves locality,
speeding up -load-vn -gcse by ~0.8%.

llvm-svn: 34158
2007-02-10 20:15:41 +00:00
llvm eliminate the std::vector from StructLayout, allocating the elements immediately 2007-02-10 20:15:41 +00:00
stacker For PR411: 2007-02-05 21:20:45 +00:00