codefrau / SqueakJS

A Squeak Smalltalk VM in Javascript
https://squeak.js.org
MIT License
364 stars 75 forks source link

Simple JIT for SISTA bytecodes #157

Closed codefrau closed 4 months ago

codefrau commented 4 months ago

Our current “simple” JIT only works on methods using the traditional bytecode instruction set. To get the same performance for SISTA bytecodes, we should make a similar simple JIT. This should be straightforward (unlike #121 which needs actual R&D).