annotate graal/com.oracle.max.graal.compiler/.classpath @ 3011:f00918f35c7f

inlining and runtime interface related changes: added codeSize() and compilerStorage() to RiMethod HotSpotMethodResolved uses reflective methods instead of vmIds and survives compilations HotSpotResolvedType.isInitialized not represented as field (can change) inlining stores graphs into method objects and reuses them
author Lukas Stadler <lukas.stadler@jku.at>
date Thu, 16 Jun 2011 20:36:17 +0200
parents 0341b6424579
children 6535766b47f4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2693
bcbda467e1ae Clean up; removed subroutine block flag.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2677
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
bcbda467e1ae Clean up; removed subroutine block flag.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2677
diff changeset
2 <classpath>
bcbda467e1ae Clean up; removed subroutine block flag.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2677
diff changeset
3 <classpathentry kind="src" path="src"/>
bcbda467e1ae Clean up; removed subroutine block flag.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2677
diff changeset
4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
bcbda467e1ae Clean up; removed subroutine block flag.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2677
diff changeset
5 <classpathentry combineaccessrules="false" kind="src" path="/com.oracle.max.asm"/>
bcbda467e1ae Clean up; removed subroutine block flag.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2677
diff changeset
6 <classpathentry combineaccessrules="false" kind="src" path="/com.oracle.max.cri"/>
2872
0341b6424579 Project renaming.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2696
diff changeset
7 <classpathentry combineaccessrules="false" kind="src" path="/com.oracle.max.graal.graph"/>
0341b6424579 Project renaming.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2696
diff changeset
8 <classpathentry combineaccessrules="false" kind="src" path="/com.oracle.max.graal.graphviz"/>
2693
bcbda467e1ae Clean up; removed subroutine block flag.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2677
diff changeset
9 <classpathentry kind="output" path="bin"/>
bcbda467e1ae Clean up; removed subroutine block flag.
Thomas Wuerthinger <thomas@wuerthinger.net>
parents: 2677
diff changeset
10 </classpath>