▲ | Leszek 10 hours ago | |||||||
The V8 sandbox doesn't just protect against JIT issues, it also protects against logical issues in the runtime and object model. | ||||||||
▲ | mike_hearn 7 hours ago | parent [-] | |||||||
Not exactly. It's the nature of a sandbox that it doesn't remove bugs, it only reduces their blast radius. The Truffle architecture actually removes bugs by changing how you write the language VM to begin with. | ||||||||
|