You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An idea for anyone interested in reviving this amazing project.
Holyjit could be rewritten to use the new codegen-backend rustc flag instead of implementing a compiler plugin.
There is an issue to bring it to stable at some point: rust-lang/rust#77933
It might be even possible to take advantage of this last project to generate Cranelift IR from rust code, and therefore Holyjit would only need to take care of the transforms to the interpreter and connecting everything together. Of course, execution would be through Cranelift in a similar manner to SimpleJit.
The text was updated successfully, but these errors were encountered:
An idea for anyone interested in reviving this amazing project.
Holyjit could be rewritten to use the new codegen-backend rustc flag instead of implementing a compiler plugin.
There is an issue to bring it to stable at some point: rust-lang/rust#77933
This is used at least by https://github.com/EmbarkStudios/rust-gpu and https://github.com/bjorn3/rustc_codegen_cranelift
It might be even possible to take advantage of this last project to generate Cranelift IR from rust code, and therefore Holyjit would only need to take care of the transforms to the interpreter and connecting everything together. Of course, execution would be through Cranelift in a similar manner to SimpleJit.
The text was updated successfully, but these errors were encountered: