[cfe-commits] r120562 - in /cfe/trunk: include/clang/AST/Type.h lib/AST/Type.cpp

Francois Pichet pichet2000 at gmail.com
Wed Dec 1 02:36:47 PST 2010


On Wed, Dec 1, 2010 at 3:12 AM, John McCall <rjmccall at apple.com> wrote:
> Author: rjmccall
> Date: Wed Dec  1 02:12:46 2010
> New Revision: 120562
>
> URL: http://llvm.org/viewvc/llvm-project?rev=120562&view=rev
> Log:
> Eliminate vtables from the Type hierarchy.


Before:
Number of memory regions: 583
Bytes used: 49051219
Bytes allocated: 52674560
Bytes wasted: 3623341 (includes alignment, etc)


After:
Number of memory regions: 583
Bytes used: 48235519
Bytes allocated: 51904512
Bytes wasted: 3668993 (includes alignment, etc)

when parsing Windows SDK headers on Win32




More information about the cfe-commits mailing list