maekawatoshiki / rapidus

ECMAScript implementation in Rust
MIT License
519 stars 21 forks source link

holyjit #69

Closed cztomsik closed 3 years ago

cztomsik commented 5 years ago

Hey, this is great project, thanks for your effort!

Maybe you could use https://github.com/nbp/holyjit to get JIT for free. Not sure in which state it is now but at least this was the idea I had when I was thinking about doing js engine in rust myself.

maekawatoshiki commented 5 years ago

Thank you for getting interested in my project. Holyjit is a good idea, but these days, I'm working on my own LLVM-like compiler infrastructure project http://github.com/maekawatoshiki/cilk (though I'm a bit busy because of my studies). I'm planning to use it for JIT in the future.