The OpenD Programming Language

noplt

Add LLVM's "nonlazybind" attribute to a function, suppresses lazy symbol binding. This may make calls to function faster, at the cost of extra program startup time if the function is not called during program startup.

enum noplt = llvmAttr("nonlazybind");

Meta