Stefan Marr
Stefan Marr
DeltaBlue currently calls into sort code, which is partially implemented only. Though, it seems, the code only sees vectors of size 0 and 1 anyway. So, we might best replace...
Port all benchmarks to Scala and add it to the setup.
With a problem size of 10, as in the tests, CD runs fine, but with larger problem sizes, it does not finish. For example: `pharo AWFY.image run.st CD 100 100`
Main challenge are the few polymorphic elements for instance in DeltaBlue.
Add the other SOM implementations to the setup.
Port all benchmarks to Python 2.x and add PyPy and CPython to setup.
[This is more of a discussion starter, not sure this is a great idea, but wanted to put it out there] Currently, the cast nodes are used when ever a...
This is more of a feature request than a PR. I'd like to be able to build Graal from a source tarball for the use in [artifacts](http://www.artifact-eval.org/). The attached patch...