Jamie Lokier <jamie@shareable.org> writes: > Chris Lattner wrote: >> sort the ctor/dtor lists by priority, > > Can't this be done at link time, using section names based on the > numeric priority? In fact it *is* done at link time, when .init/.fini sections are in use. zw