<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 4, 2015 at 7:34 PM, Sebastián Krynski <span dir="ltr">&lt;<a href="mailto:skrynski@gmail.com" target="_blank">skrynski@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"> <br><div dir="ltr">Hello, as I mentioned before I&#39;m starting to implement an atomic operator (a swap between two variables).<div>I have compiled the StackVM (at least to get started) in Ubuntu 32bits.</div></div></blockquote><div><br></div><div>Great!!!</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div>A few questions:</div><div><br></div><div>- Should I be working on <span style="font-size:12.8px">generation.image while doing the implementation? If so, should I be running the simulated VM running another image while doing my tests?</span></div></div></blockquote><div><br></div><div>As far as I know having a working simulator working requires quite some effort. At least, with a Pharo image. A couple of months ago (maybe a couple of years) there was another Argentinian which finally made the simulator to work with Pharo 2.0. You may want to get in touch with <span name="Nicolás Papagna Maldonado" class="" style="font-size:12.8px">Nicolás Papagna Maldonado</span><span style="font-size:12.8px;white-space:nowrap"> </span></div><div><br></div><div>For the developments I did I always used the &quot;generation.image&quot; and then use the VM I built. I never used the simulator for real.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><span style="font-size:12.8px">- Do you think it is possible to implement the operations in Slang or using  </span><span style="font-size:12.8px">#cCode:inSmalltalk:? Otherwise I will need to do it in assembler and inline it</span></div><div><span style="font-size:12.8px"><br></span></div></div></blockquote><div><br></div><div>Well...it depends on what you need to write exactly. Slang is quite limited since it must be automagically translated to C. So you must be careful in the &quot;smalltalk&quot; code you write with SLANG. To know more or less what you are able to write in SLANG you could take a look to #initializeCTranslationDictionary (at least this was some years ago). </div><div><br></div><div>BTW, you may want to read this: <a href="https://marianopeck.wordpress.com/tag/slang/">https://marianopeck.wordpress.com/tag/slang/</a></div><div><br></div><div>Cheers,</div><div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><span style="font-size:12.8px"></span></div><div><span style="font-size:12.8px">Thanks</span></div><div><span style="font-size:12.8px">Sebastián</span></div></div>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br></div>
</div></div>