zaks.anna added a comment.

> If the underlying allocator that does a poor job at reusing freed memory, 
> then trivial 

>  functions will use about 1 MB more than before, then free the memory 
> immediately.


You could probably flag some of those functions, especially the ones that do 
not contain inlinable calls. (Ex: Has low complexity (CFG::getNumBlockIDs()) 
and does not call anything that can be inlined.) Said that, it's "a nice to 
have".


http://reviews.llvm.org/D20933



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to