On Wed, Dec 1, 2010 at 3:12 AM, John McCall <[email protected]> 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

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to