[PATCH] D19275: Do not register incompatible C++ destructors with __cxa_atexit

Derek Schuff via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 22 13:15:09 PDT 2016


dschuff added a subscriber: rengolin.
dschuff added a comment.

any comments from @t.p.northover or perhaps @rengolin ?
(This does have a potential new cost on ARM, as it requires one thunk (which is just a tail call) per static initializer on ARM and WebAssembly)


http://reviews.llvm.org/D19275





More information about the cfe-commits mailing list