https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114357
--- Comment #5 from JF Bastien ---
(In reply to Andrew Pinski from comment #4)
> (In reply to JF Bastien from comment #3)
> > The LLVM feature was added for XNU, because the kernel never runs its own
> > global C++ destructors (but the compiler
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114357
--- Comment #3 from JF Bastien ---
The LLVM feature was added for XNU, because the kernel never runs its own
global C++ destructors (but the compiler can't know this). It saved a
non-trivial amount of code generation.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66881
JF Bastien changed:
What|Removed |Added
CC||jfb at chromium dot org
--- Comment #6