This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcg(roovy)
Anthony> I looked at it once but couldn't figure out how to build it.
Anthony> It seemed to only be distributed with maven configuration
Anthony> files, and no standard ant script.
I just did the now-usual thing: download the binary distribution and
compile it with -findirect-dispatch. Then, run it with gij and the
magic -D option to make it all work.
These days a decent smoke test is just running something with gij. If
it works interpreted, there is a very good chance that
-findirect-dispatch will work. (There are still a couple of known
bugs, but they are kind of obscure.)
Tom