nbp / holyjit

Generic purpose Just-In-time compiler for Rust.
https://holyjit.org/
Mozilla Public License 2.0
1.5k stars 26 forks source link

LLVM optimisations #15

Closed L-as closed 6 years ago

L-as commented 6 years ago

Will it ever be possible to use LLVM optimisations in this JIT-compiler? Perhaps for code that is run very frequently?

nbp commented 6 years ago

As commented on the blog post comments. https://blog.mozilla.org/javascript/2017/10/20/holyjit-a-new-hope/#comment-51848

No.