krasimir added inline comments.

================
Comment at: lib/Format/Encoding.h:136
+  }
+  while (Left + 1 < Right) {
+    assert(ComputeWidth(Left) <= Width && "binary search left invariant");
----------------
xazax.hun wrote:
> Was just skimming through this patch. What is the reason to use a hand 
> written algorithm instead of STL?
Thank you! No reason.


https://reviews.llvm.org/D27211



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

Reply via email to