view graal/GraalCompiler/.classpath @ 2648:d456b679b6de

Add option PrintDOTGraphToFile to produce Graphviz graphs in the DOT language for compiled methods that match PrintFilter
author Peter Hofer <peter.hofer@jku.at>
date Wed, 11 May 2011 14:45:32 +0200
parents 4dd0573f510b
children 0ea5f12e873a
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry combineaccessrules="false" exported="true" kind="src" path="/CRI"/>
	<classpathentry combineaccessrules="false" kind="src" path="/GraalGraph"/>
	<classpathentry combineaccessrules="false" kind="src" path="/GraalGraphviz"/>
	<classpathentry kind="output" path="bin"/>
</classpath>