[cfe-commits] r46524 - in /cfe/trunk: AST/Stmt.cpp AST/StmtSerialization.cpp Parse/ParseObjc.cpp Sema/Sema.h Sema/SemaStmt.cpp include/clang/AST/Stmt.h include/clang/Parse/Action.h
Mike Stump
mrs at apple.com
Tue Jan 29 16:36:25 PST 2008
On Jan 29, 2008, at 1:24 PM, Ted Kremenek wrote:
> 2) Try and use BatchEmitOwnedPtrs/BatchReadOwnedPtrs instead of
> emitting multiple owned pointers separately. It results in a more
> efficient encoding on disk. There are examples of this throughout
> StmtSerialization.cpp.
Hum, I'm wondering if there is a nicer api that is easy to use that
will batch them by itself...
More information about the cfe-commits
mailing list