Y
Hacker News
new
|
ask
|
show
|
jobs
by
jayflux
2766 days ago
Servo uses spidermonkey
1 comments
mattdeboard
2766 days ago
Oh, I see. Thanks. I assumed the JS engine was written in Rust!
link
earenndil
2765 days ago
Spidermonkey will probably never get rewritten in rust, as the safety guarantees would be precluded by JIT.
link
bpicolo
2765 days ago
That's not entirely the case - there's definitely research / work being done in this area.
https://blog.mozilla.org/javascript/2017/10/20/holyjit-a-new...
https://github.com/nbp/holyjit
link