tshort / StaticCompiler.jl

Compiles Julia code to a standalone library (experimental)
Other
500 stars 30 forks source link

Julia PR #33955 #30

Closed AriMKatz closed 4 years ago

AriMKatz commented 4 years ago

https://github.com/JuliaLang/julia/pull/33955

"This allows selective overriding of the compilation pipeline through multiple dispatch, enabling projects like XLA.jl to maintain separate inference caches, inference algorithms or heuristic algorithms while inferring and lowering code."

Seems like it could be of use to this package.

AriMKatz commented 4 years ago

Sorry, I see you already mentioned this.

tshort commented 4 years ago

That's a great one to keep in eye on. Another interesting one is https://github.com/JuliaLang/julia/pull/35015.

AriMKatz commented 4 years ago

Yup. Exciting times