[cfe-commits] r43975 - /cfe/trunk/Basic/IdentifierTable.cpp
    Ted Kremenek 
    kremenek at apple.com
       
    Fri Nov  9 18:15:14 PST 2007
    
    
  
On Nov 9, 2007, at 6:11 PM, Ted Kremenek wrote:
> Here are the sizes of the files for the serialized ASTs:
>
>        Full IdentifierTable: 23676 bytes
> Only-referenced Identifiers:   304 bytes.
>
> For this simple program, this is a 77% reduction in the file size of  
> the
> serialized ASTs.
Sorry.  This is 77x smaller, not 77%.  The new serialized file is 1.2%  
the size of the original.
    
    
More information about the cfe-commits
mailing list