log

age author description
Thu, 15 Oct 2015 09:41:31 +0200 Jaroslav Tulach Test showing that there can be NPE when 'casting as' in case of asynchronous execution
Tue, 13 Oct 2015 16:22:31 -0400 Michael Van De Vanter Truffle/Instrumentation: fix new EvalInstrument kind so that it works correctly in optimized environment
Tue, 13 Oct 2015 14:13:27 +0200 Andreas Woess Deprecate Layout.Builder#getAllowedImplicitCasts()
Tue, 13 Oct 2015 18:53:04 +0200 Christian Humer Fixed TruffleLanguage was null when using Value#as with asynchronous evaluation; Unbox EngineTruffleObject before casting to string.
Mon, 12 Oct 2015 11:41:22 -0700 Christian Wimmer Allow to disable Java interoperability
Mon, 12 Oct 2015 12:56:20 -0400 Michael Van De Vanter Merge with 26e79a4358fef856ee2ee33f65d0cc99f988b417
Mon, 12 Oct 2015 12:51:38 -0400 Michael Van De Vanter Truffle/SL: change default ASTProber policy to eliminate debugger halts on SLStatement nodes that aren't statements: function body, block, and the assignments from araguments to locals that begin each function body.
Sun, 11 Oct 2015 14:34:57 +0200 Doug Simon removed "path" and "sourcePath" attributes from distributions and libraries
Sat, 10 Oct 2015 14:48:47 +0200 Benoit Daloze Truffle/DSL: fix and tests for multiple assumptions expressions
Sat, 10 Oct 2015 13:22:36 +0200 Benoit Daloze Fix typo in TruffleProcessor
Sat, 10 Oct 2015 12:25:47 +0200 Benoit Daloze FrameDescriptor.findFrameSlot() should not be called in compiled code.
Fri, 09 Oct 2015 12:17:58 -0400 Michael Van De Vanter Truffle/Instrumentation: some minor access cleanups
Thu, 08 Oct 2015 17:33:41 -0700 Tom Rodriguez Rename jdk.internal.jvmci to jdk.vm.ci
Thu, 08 Oct 2015 17:13:13 -0400 Michael Van De Vanter Javadoc
Thu, 08 Oct 2015 17:00:53 -0400 Michael Van De Vanter Merge with 0e13cbebc04cdabf404d15d2e05aca152880d772
Thu, 08 Oct 2015 16:48:42 -0400 Michael Van De Vanter Truffle/Instrumentation: replace (non-functional) AdvancedInstrument kind with new EvalInstrument
Thu, 08 Oct 2015 10:07:07 -0400 Michael Van De Vanter Truffle/Source: remove two previously @Ignored tests that are inconsistent with the current text model being used.
Thu, 08 Oct 2015 14:21:33 +0200 Andreas Woess make debug counters optional
Thu, 08 Oct 2015 14:21:19 +0200 Andreas Woess fix potential assertion error after previous change
Wed, 07 Oct 2015 20:05:15 +0200 Andreas Woess avoid unnecessary casts
Wed, 07 Oct 2015 19:15:14 +0200 Andreas Woess Object model refactoring, add Shape#defineProperty
Wed, 07 Oct 2015 20:27:40 +0200 Andreas Woess Layout cleanup
Wed, 07 Oct 2015 17:17:56 +0200 Jaroslav Tulach Testing debugging behavior of SL
Wed, 07 Oct 2015 13:33:13 +0200 Jaroslav Tulach Addressing checkstyle lints
Wed, 07 Oct 2015 13:32:25 +0200 Jaroslav Tulach PolyglotEngine.Value.as(String.class) gives the language that produced the value a chance to do its conversion to appropriate textual representation.
Wed, 07 Oct 2015 12:39:09 +0200 Jaroslav Tulach Cache the parsed sources par individual language to avoid obtaining CallTarget parsed by a different language.
Wed, 07 Oct 2015 09:26:41 +0200 Jaroslav Tulach Giving Value instances toString() useful for debugging purposes.
Tue, 06 Oct 2015 20:39:22 +0200 Jaroslav Tulach TruffleObject associated with PolyglotEngine should be more or less opaque - test the behavior.
Tue, 06 Oct 2015 20:33:41 +0200 Jaroslav Tulach TruffleObject associated with PolyglotEngine should be more or less opaque.
Tue, 06 Oct 2015 13:27:47 +0200 Jaroslav Tulach asJavaObject can work with null value