Initial SPARC compilation test
Doug Simon
doug.simon at oracle.com
Sat May 25 02:54:34 PDT 2013
Hi Morris, Christian,
Why is the SPARC assembler constructed as a set of classes, one for each instruction as opposed to a single assembler class with a bunch of methods (like AMD64Assembler)? I trust that escape analysis does the right thing so there's no overhead for the object construction but I don't see any real advantages to doing it this way. It's strange to have a constructor with a side effect. And of course, it means we need to suppress the Eclipse warnings somehow.
-Doug
On May 25, 2013, at 5:24 AM, Morris Meyer <morris.meyer at oracle.com> wrote:
> I just pushed the initial SPARC compilation test for Graal.
>
> ./mx.sh --vm server unittest BasicSPARCTest
>
> will get you started.
>
> --mm
>
>
More information about the graal-dev
mailing list