Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove inline and let the optimizer decide
Pretty much the same for WASM size (a few byte smaller without inlining the wrappers at the call sites). Instead LLVM inlines the factored-out function back into the wrappers so performance wise there's no difference.
- Loading branch information