log truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/vm/TruffleVM.java @ 22109:b5eaddcdf86a

age author description
Wed, 26 Aug 2015 14:13:43 +0200 Jaroslav Tulach Calling Env.importSymbol from TruffleLanguage.createContext should be possible
Mon, 24 Aug 2015 08:46:21 +0200 Jaroslav Tulach TruffleVM.eval and Source.withMimeType
Fri, 21 Aug 2015 11:17:20 -0700 Christian Wimmer Call reflection and service loader code from static initializers
Tue, 18 Aug 2015 16:10:03 +0200 Jaroslav Tulach Allow to specify globalSymbols when defining TruffleVM
Thu, 13 Aug 2015 10:27:30 +0200 Jaroslav Tulach TruffleVM.Builder.globalSymbol for a way to pass initial configuration parameters to languages
Mon, 17 Aug 2015 15:24:22 -0700 Michael Van De Vanter Truffle/instrumentation: minor Javadoc fixes
Mon, 17 Aug 2015 15:49:18 +0200 Jaroslav Tulach Recreate the CallTarget when number of arguments to the createExecute message changes
Mon, 17 Aug 2015 15:21:25 +0200 Jaroslav Tulach Verify the thread invocation safetyness even inside of Symbol.invoke
Mon, 17 Aug 2015 15:20:42 +0200 Jaroslav Tulach Caching the CallTarget in Symbol, so it may get hot one day
Thu, 13 Aug 2015 16:47:02 +0200 Jaroslav Tulach Mentioning 1:1 mapping between TruffleVM and its thread
Thu, 13 Aug 2015 10:53:53 +0200 Jaroslav Tulach A bit more introduction to explain relations between various overloaded terms talking about virtual machines.
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.
Tue, 28 Jul 2015 18:33:42 +0200 Roland Schatz Merge.
Fri, 24 Jul 2015 11:00:47 -0700 Mick Jordan add .r/.R files types to TruffleVM.eval(URI)
Sat, 25 Jul 2015 10:25:36 +0200 Jaroslav Tulach Making sure the accessor can really find the TruffleLanguage instance by its class
Sat, 18 Jul 2015 18:03:36 +0200 Jaroslav Tulach Making debugger always on for each TruffleVM execution. Introducing EventConsumer to process such debugger events. Requesting each RootNode to be associated with a TruffleLanguage, so debugger can find out proper context for each Node where executions gets suspended.
Wed, 17 Jun 2015 10:58:08 +0200 Jaroslav Tulach Moving all sources into truffle subdirectory base graal/com.oracle.truffle.api/src/com/oracle/truffle/api/vm/TruffleVM.java@72c2fbd2054a