]> granicus.if.org Git - clang/commit
Switch MinimalAction from new/delete'ing its TypeNameInfo to
authorChris Lattner <sabre@nondot.org>
Sun, 18 Jan 2009 09:39:41 +0000 (09:39 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 18 Jan 2009 09:39:41 +0000 (09:39 +0000)
commite1ae1e910a169b62731be5019eab7e396f953fc4
tree5b3e7b2d38291135acd200f9417bf544727b5975
parent6fe7c8aa8c7546743ecd0ac0138c2cf5d8155386
Switch MinimalAction from new/delete'ing its TypeNameInfo to
allocating them from a recycling bump pointer allocator.  This
reduces malloc/free traffic of parse-noop (but no other mode),
which makes sharking -parse-noop more meaningful.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62460 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Action.h
lib/Parse/MinimalAction.cpp