[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

Abramo Bagnara abramo.bagnara at gmail.com
Wed Mar 16 16:31:30 PDT 2011


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




More information about the cfe-commits mailing list