On Fri, Oct 4, 2019 at 4:53 PM Andy Lutomirski <l...@amacapital.net> wrote: > I think it might be better to allow two different modules to export the same > symbol but only allow one of them to be loaded. Or use static calls.
Static calls perform well and are well understood. This would be my preference.