codefrau / SqueakJS

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

Fix Performance Optimizations of #30 #39

Closed abstraktor closed 8 years ago

abstraktor commented 8 years ago

This fixes the bugs introduced with #30.

There was a guard that tested the send-site receiver instead of the call-site receiver resulting in Point>>asPoint being called instead of SmallInteger>>asPoint in Point>>+ and Point>>-.

abstraktor commented 8 years ago

Stop. That doesn't make sense… I'll come in again…