try out func_call_xt
viniarck opened this issue · 1 comments
viniarck commented
func_call tends to be in the hot path, it'd be nice to have an straight/raw call alternative if it's guaranteed that the func being called is lightweight and also there's no imported host funcs. Currently, it's all threaded in order to be stable and play nice with NIFs / Beam scheduler.