[PATCH] D36089: [ELF] - Replace parallelForEach with ranged form.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 4 02:22:18 PDT 2017


ruiu added a comment.

I wouldn't request you revert this, but if I were you, I wouldn't have commit this change, because as we discussed, this change contains subtle code that seems only language experts can understand. I don't think it is overall beneficial to save a few lines of code by writing very "smart" code here.


Repository:
  rL LLVM

https://reviews.llvm.org/D36089





More information about the llvm-commits mailing list