log truffle/com.oracle.truffle.api.interop.java.test/src/com/oracle/truffle/api/interop/java/test/JavaInteropSpeedTest.java @ 22548:6b76a24fffbd default tip

age author description
Tue, 12 Jan 2016 10:42:39 +0100 Stefan Anzinger JavaInteropSpeedTest: Increase interop time from 6 to 10 times the java time
Wed, 30 Sep 2015 16:33:56 -0700 Michael Van De Vanter Merge revised Instrumentation framework into the Polyglot API
Tue, 22 Sep 2015 20:31:19 -0700 Michael Van De Vanter Truffle/Testing: massive rework of tests to accommodate recent instrumentation change with respect to "applyInstrumentation"
Wed, 16 Sep 2015 11:33:22 +0200 Jaroslav Tulach Using fully qualified imports
Mon, 14 Sep 2015 18:07:17 +0200 Stefan Anzinger JavaInteropSpeedTest: Increase interop lower bound execution time from 5*javaTime to 6*javaTime
Mon, 07 Sep 2015 17:07:20 +0200 Jaroslav Tulach Implementing API for Java/Truffle interop. Based around JavaInterop.asJavaObject and JavaInterop.asTruffleObject methods. Connected to TruffleVM via Symbol.as(Class) wrapper. Verified by extended TCK.