annotate GRAAL_README @ 2616:3558ca7088c0

FrameState and Graphviz changes: * removed popx, pushx methods from GraphBuilder * FrameState subclass of Value * added String shortName() to Node * added GraphvizPrinter option to use short names * small hack in GraphvizPrinter: omit FrameState->Local connections * added GraalGraphviz to implicit classpatch (read from GRAAL env var)
author Lukas Stadler <lukas.stadler@jku.at>
date Mon, 09 May 2011 17:00:25 +0200
parents 7f44417fb32f
children ea778c37bdae
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2512
7f44417fb32f Added README.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
1 For creating a Graal VM JDK, the file jre\lib\jvm.cfg has to be modified such that it includes the line:
7f44417fb32f Added README.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
2 -client KNOWN
7f44417fb32f Added README.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
3
7f44417fb32f Added README.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
4 Before running the Graal VM, the following environment variables are needed:
7f44417fb32f Added README.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
5 - MAXINE: Pointing to a Maxine VM repository with compiled Java files.
7f44417fb32f Added README.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
6 - GRAAL: Pointing to a Graal VM repository with compiled Java files.
7f44417fb32f Added README.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
7
7f44417fb32f Added README.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents:
diff changeset
8 For starting the Graal VM, the two flags "-client -graal" have to be specified.