codefrau / SqueakJS

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

Optimize named primitive lookup #36

Open codefrau opened 9 years ago

codefrau commented 9 years ago

Named primitive calls are 10x slower than numbered primitives right now.

See http://lists.squeakfoundation.org/pipermail/vm-dev/2015-June/018879.html and http://lists.squeakfoundation.org/pipermail/vm-dev/2015-June/018889.html