hpi-swa / RSqueak

A Squeak/Smalltalk VM written in RPython.
BSD 3-Clause "New" or "Revised" License
84 stars 15 forks source link

Abstract the plugins that use VMMaker simulation #28

Closed timfel closed 9 years ago

timfel commented 9 years ago

Right now we have a Balloon and a BitBlt plugin that simply delegate to in-image code, if available. Need to abstract the common stuff that entails.

timfel commented 9 years ago

@matthias-springer I just noticed there is a primitive 114 (exitToDebugger) which we do not implement. Maybe we can re-use that, this way we don't have to add one. I've asked on the squeak-vm mailinglist.

abstraktor commented 9 years ago

I started collecting the to-be-simulated prims on [Simulated Primitives](../wiki/Simulated Primitives).