[cfe-commits] r127755 - in /cfe/trunk: include/clang/AST/PrettyPrinter.h include/clang/Sema/DeclSpec.h lib/AST/TypePrinter.cpp lib/Parse/ParseDecl.cpp lib/Parse/ParseDeclCXX.cpp lib/Sema/DeclSpec.cpp lib/Sema/SemaType.cpp test/Index/annotate-nested-name-specifier.cpp test/Index/annotate-tokens.c test/Index/recursive-member-access.c test/SemaCXX/sourceranges.cpp

Douglas Gregor dgregor at apple.com
Fri Mar 25 09:48:47 PDT 2011


On Mar 17, 2011, at 12:31 AM, Abramo Bagnara wrote:

> Il 16/03/2011 22:37, Douglas Gregor ha scritto:
>> 
>> On Mar 16, 2011, at 1:16 PM, Abramo Bagnara wrote:
>> 
>>> Author: abramo
>>> Date: Wed Mar 16 15:16:18 2011
>>> New Revision: 127755
>>> 
>>> URL: http://llvm.org/viewvc/llvm-project?rev=127755&view=rev
>>> Log:
>>> Use ElaboratedType also for C.
>> 
>> Did you measure the impact of this change on memory usage?
> 
> I've tried with some big monolithical sources with
> 
> clang -cc1 -w -fsyntax-only
> 
> and the maximum resident set size increases on average of 0.4% with a
> maximum of 0.8% for monolithical gcc.c

That's wonderful, thanks!

	- Doug
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110325/8892dd84/attachment.html>


More information about the cfe-commits mailing list