<p dir="ltr">I could have said, the implemented primitives are all at the bottom of that file. </p>
<br><div class="gmail_quote"><div dir="ltr">Tim Felgentreff <<a href="mailto:timfelgentreff@gmail.com">timfelgentreff@gmail.com</a>> schrieb am Do., 29. Dez. 2016, 10:25:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr" class="gmail_msg">Eliot, in RSqueak we only implement exactly those primitives you need to run an update. If you check <a href="https://github.com/HPI-SWA-Lab/RSqueak/blob/master/rsqueakvm/plugins/socket_plugin.py" class="gmail_msg" target="_blank">https://github.com/HPI-SWA-Lab/RSqueak/blob/master/rsqueakvm/plugins/socket_plugin.py</a> there are only 13 primitive functions that do not simply print "Missing primitive". Those are all you need. </p>
<br class="gmail_msg"><div class="gmail_quote gmail_msg"><div dir="ltr" class="gmail_msg">Levente Uzonyi <<a href="mailto:leves@caesar.elte.hu" class="gmail_msg" target="_blank">leves@caesar.elte.hu</a>> schrieb am Do., 29. Dez. 2016, 00:21:<br class="gmail_msg"></div><blockquote class="gmail_quote gmail_msg" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br class="gmail_msg">
That's a rather long list of primitives.<br class="gmail_msg">
Most images only use the resolver primitives, and optionally the TCP<br class="gmail_msg">
primitives. If it's a Squeak image and useOldNetwork is enabled, then you<br class="gmail_msg">
don't have to implement the new network primitives either.<br class="gmail_msg">
<br class="gmail_msg">
Levente<br class="gmail_msg">
</blockquote></div></blockquote></div>