yorkie / rust.js

Run your JavaScript apps backed by Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update to V8 5.9 or 6.0

DiThi opened this issue · comments

V8 5.9 brings a whole new architecture (ignition and turbofan) that is both simpler and faster than their predecessors (full-codegen and crankshaft), consume less memory, etc. And 6.0 brings a bunch of optimizations for ES6.

I have experience with V6 but not so much with Rust, so I may able to help but I'm probably not able to do it all.