Go to file
Chris Lattner 7c981a79f7 allocate and dellocate objc decl list through AST Context instead of
with new/delete.  With disable-free, this reduces the number of 4/8 byte
mallocs from 4793/1541 to 865/456 and also drops other sizes as well.

This is a very small perf win, nothing major.

llvm-svn: 65171
2009-02-20 21:44:01 +00:00
clang allocate and dellocate objc decl list through AST Context instead of 2009-02-20 21:44:01 +00:00
llvm Simplify code and reduce indentation. No functionality change. 2009-02-20 21:27:23 +00:00