comparison truffle/overview.html @ 22172:b31dcacfc8ff

Replacing more TruffleVM references in comments with the new PolyglotEngine name
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Mon, 21 Sep 2015 10:55:36 +0200
parents db705e8b5a35
children df57bc2fcdbd
comparison
equal deleted inserted replaced
22171:41c5f430ce37 22172:b31dcacfc8ff
31 <body> 31 <body>
32 32
33 <p> 33 <p>
34 Truffle is a framework for writing and executing interpreters. In case 34 Truffle is a framework for writing and executing interpreters. In case
35 you want to execute already written interpreters from your Java application, 35 you want to execute already written interpreters from your Java application,
36 start at {@link com.oracle.truffle.api.vm.TruffleVM}. In case you'd like 36 start at {@link com.oracle.truffle.api.vm.PolyglotEngine}. In case you'd like
37 to write your own Truffle based language, start at 37 to write your own Truffle based language, start at
38 {@link com.oracle.truffle.api.TruffleLanguage}. 38 {@link com.oracle.truffle.api.TruffleLanguage}.
39 <p> 39 <p>
40 To get the best speed out of your Truffle system, make sure you are running 40 To get the best speed out of your Truffle system, make sure you are running
41 on top of 41 on top of