Programming language benchmarks

Robert Clipsham robert at octarineparrot.com
Thu Apr 28 04:24:04 PDT 2011


On 28/04/2011 12:13, Robert Clipsham wrote:
> On 28/04/2011 11:57, Moritz Warning wrote:
>> I think this might be interesting; it's also using D.
>>
>> http://attractivechaos.wordpress.com/2011/04/25/my-programming-language-
>> benchmarks-plb/
>
> Looks like this is using an old version of gdc along with D1, and it
> performs abysmally on quite a few of the tests, some of them even
> segfault! We may have to work on this!
>

I also notice lots of nested for loops in some of the tests, which 
should be using slice operations really. I tried making the change 
myself, seems the necessary ones aren't implemented yet though!

-- 
Robert
http://octarineparrot.com/


More information about the Digitalmars-d mailing list