changeset 22062:db705e8b5a35

Truffle specific overview
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Wed, 05 Aug 2015 14:35:38 +0200
parents 0bd14859636f
children b960accdd9b5
files truffle/overview.html
diffstat 1 files changed, 9 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/truffle/overview.html	Wed Aug 05 14:35:22 2015 +0200
+++ b/truffle/overview.html	Wed Aug 05 14:35:38 2015 +0200
@@ -30,13 +30,16 @@
 </head>
 <body>
 
-<a href="projects.html" title="Click to enlarge"><img src="projects.jpg" width="400"/></a>
 <p>
-This document is the unified Javadoc for the Graal code base.
-The project dependency graph is shown above.
-Each node in the diagram is a link to the standalone Javadoc for the denoted project.
+Truffle is a framework for writing and executing interpreters. In case
+you want to execute already written interpreters from your Java application,
+start at {@link com.oracle.truffle.api.vm.TruffleVM}. In case you'd like
+to write your own Truffle based language, start at 
+{@link com.oracle.truffle.api.TruffleLanguage}.
 <p>
-<a target="_top" href="http://openjdk.java.net/projects/graal/"><b>[go to the OpenJDK Graal project site]</b></a>
-
+To get the best speed out of your Truffle system, make sure you are running
+on top of 
+<a target="_top" href="http://openjdk.java.net/projects/graal/">Graal</a>
+virtual machine.
 </body>
 </html>