Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Push a few ccalling methods onto compiled_methods
These methods trigger compilation of `build_compiled_call!` during Revise.revise(). Since they are essentially `ccall`-wrappers already, there's not a lot of value in interpreting them. Saves another ~100ms off the latency. Closes #462
- Loading branch information