commit | 4ee413ba81c8030c195a9166847928054ed01ca4 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Feb 20 21:44:01 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Feb 20 21:44:01 2009 +0000 |
tree | 4d5099b15a2f2d28101d7d10982f14f3d57fc7e7 | |
parent | f25df99486d22d03dfde6cfe3a55341c9bfc4493 [diff] |
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65171 91177308-0d34-0410-b5e6-96231b3b80d8