<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><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 class="gmail_extra"><div class="gmail_quote">On Tue, Oct 1, 2013 at 11:46 PM, Clément Bera <span dir="ltr">&lt;<a href="mailto:bera.clement@gmail.com" target="_blank">bera.clement@gmail.com</a>&gt;</span> wrote:<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><ul style="font-size:11px;font-family:Verdana,Helvetica,&#39;sans serif&#39;">



</ul>Do you have any other benchs implemented in Squeak / Pharo ? If someone can extract the benchs from strongtalk in the Squeak chunk format I would be pleased. Seemingly you can only do that on windows and I don&#39;t have access to this kind of computer.</div>
</div></blockquote></div></div></blockquote><div><br></div><div>We have Newspeak and Smalltalk versions of Strongtalk&#39;s DeltaBlue and Richards in <a href="https://bitbucket.org/newspeaklanguage/benchmarks">https://bitbucket.org/newspeaklanguage/benchmarks</a>. (In MemoryHole&#39;s format; load into a Newspeak image and you can output chunk format.) This version of DeltaBlue adheres to the original in its weird pattern of accessing the constant Strength values, which if you look at V8 or Dart&#39;s versions you will find rewritten.</div>
<div><br></div><div>It will be interesting to look at how Spur affects Splay (GC-heavy) and ParserCombinators (non-trivial amounts of string at:). We have Newspeak versions, but it would be nice to have Smalltalk versions as well.</div>
</div></div></div>