[Vm-dev] Debugging the new compactor and the SocketPlugin ;-)

Tim Felgentreff timfelgentreff at gmail.com
Thu Dec 29 09:25:19 UTC 2016


Eliot, in RSqueak we only implement exactly those primitives you need to
run an update. If you check
https://github.com/HPI-SWA-Lab/RSqueak/blob/master/rsqueakvm/plugins/socket_plugin.py
there are only 13 primitive functions that do not simply print "Missing
primitive". Those are all you need.

Levente Uzonyi <leves at caesar.elte.hu> schrieb am Do., 29. Dez. 2016, 00:21:

>
> That's a rather long list of primitives.
> Most images only use the resolver primitives, and optionally the TCP
> primitives. If it's a Squeak image and useOldNetwork is enabled, then you
> don't have to implement the new network primitives either.
>
> Levente
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20161229/542418ed/attachment.html>


More information about the Vm-dev mailing list