[cfe-commits] [PATCH] More Abbreviations for PCH Serialization

Jonathan Turner jonathan_d_turner at apple.com
Wed Jun 1 14:35:46 PDT 2011


The attached patch adds five more abbreviations to PCH serialization, with the intention of decreasing PCH sizes.  

With this patch, PCH binary sizes decrease ~1.2% for Objective-C headers like Cocoa and WebKit and ~2.6% for C++ headers like string and iostream.  

This patch also includes a minor fix for the ASTWriter so that more AST node types can be resolved when using tools like llvm-bcanalyzer.


Jonathan



-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang_pch_abbrev.patch
Type: application/octet-stream
Size: 15432 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110601/475812f0/attachment.obj>


More information about the cfe-commits mailing list