[PATCH] D104551: Delay initialization of OptBisect

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 22 08:35:04 PDT 2021


dblaikie added a comment.

In D104551#2833161 <https://reviews.llvm.org/D104551#2833161>, @kparzysz wrote:

> Sorry, I was incorrect in my original statement.  I have fixed it.

Ah, thanks - maybe that's a motivation/opportunity to revisit the design here and make it more scalable. Moving this state into the LLVMContext, for instance, if possible? (I guess most of these choices were considered in the past - but with new use cases it might motivate re-examining & trying a bit more to find ways to avoid this global mutable state)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104551/new/

https://reviews.llvm.org/D104551



More information about the llvm-commits mailing list