Commit 329b274
committed
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 #4621 parent 722f82f commit 329b274
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
109 | 116 | | |
110 | 117 | | |
111 | 118 | | |
| |||
0 commit comments