Go to file
Chris Lattner b47aa543bb Refactor SymbolTableListTraits to only have a single pointer in it, instead
of two.  This shrinkifies Function by 8 bytes (104->96) and Module by 8
bytes (68->60).  On a testcase of mine, this reduces the memory used to
read a module header from 565680b to 561024, a little over 4K.

llvm-svn: 36188
2007-04-17 03:26:42 +00:00
llvm Refactor SymbolTableListTraits to only have a single pointer in it, instead 2007-04-17 03:26:42 +00:00
stacker Make this compile again by abandoning partially completed makefile work. 2007-04-05 16:19:25 +00:00