You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LLVM has support for a mechanism to resolve multiple architecture specific function definitions to a single one more efficiently than runtime dispatch. LLVM IFunc declaration and clang ifunc attribute . No idea if this is worth doing, but it seems fairly tractable to support. Looks to be ELF and Mach-O only.