log truffle/com.oracle.truffle.api.test/src/com/oracle/truffle/api/test/vm/AccessorTest.java @ 22128:f879b1fe3773

age author description
Thu, 03 Sep 2015 16:38:45 +0200 Jaroslav Tulach Separating the TruffleVM into its own project makes it possible to cleanup various system parts interations
Wed, 02 Sep 2015 10:44:54 +0200 Jaroslav Tulach Asynchronous TruffleVM can be created by providing own Executor when configuring the TruffleVM.Builder
Mon, 24 Aug 2015 08:46:21 +0200 Jaroslav Tulach TruffleVM.eval and Source.withMimeType
Thu, 06 Aug 2015 08:31:49 +0200 Jaroslav Tulach Clearly separating the TruffleLanguage definition from context used during its execution. TruffleLanguage now has to have public static field INSTANCE and override createContext method.
Sat, 25 Jul 2015 10:25:36 +0200 Jaroslav Tulach Making sure the accessor can really find the TruffleLanguage instance by its class