nikic wrote: GCC has a related `-fno-lifetime-dse` option, possibly we should be integrating with that flag instead of creating a new one? (Notably, LLVM sets that flag because we have some hacks in the User implementation that rely on accessing the object in overloaded operator delete, see https://github.com/llvm/llvm-project/issues/24952).
https://github.com/llvm/llvm-project/pull/166276 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
