rsmith added a subscriber: rsmith.
rsmith added a comment.

Can we instead fix this in Clang by ensuring that libc++ is put at the right 
position in the static link order so that its initializers run first? libc++'s 
avoidance of running iostreams init code from every translation unit is a 
significant startup performance feature, and we shouldn't abandon it unless we 
really have to.


http://reviews.llvm.org/D12689



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

Reply via email to