log

age author description
Thu, 30 Oct 2014 17:04:16 +0100 Andreas Woess Truffle: add TruffleRuntime#getCapability method
Thu, 30 Oct 2014 16:32:31 +0100 Andreas Woess Truffle: remove CompilerDirectives.unsafeFrameCast
Wed, 29 Oct 2014 19:54:50 +0100 Andreas Woess mx jol: let user select from found classes, skip duplicates
Fri, 31 Oct 2014 00:27:14 +0100 Christian Humer Truffle: checkstyle fixes.
Thu, 30 Oct 2014 23:56:23 +0100 Christian Humer Turffle: checkstyle fix.
Thu, 30 Oct 2014 22:56:08 +0100 Christian Humer Truffle: fixed getDataPatches disappeared.
Thu, 30 Oct 2014 18:19:25 +0100 Christian Humer Truffle: checkstyle fixes.
Thu, 30 Oct 2014 18:13:50 +0100 Christian Humer Truffle: implemented new flag -G:+TruffleCompilationStatistics
Thu, 30 Oct 2014 18:12:45 +0100 Christian Humer Truffle: add getQueuedCallTargets to GraalTruffleRuntime.
Tue, 28 Oct 2014 14:29:16 +0100 Christian Humer Truffle: fixed node visitor was traversing the full call tree.
Tue, 28 Oct 2014 14:29:16 +0100 Christian Humer Truffle: fixed invalidations were printed multiple times.
Mon, 27 Oct 2014 19:25:48 +0100 Christian Humer Truffle: added compilation graal tier finished event to compilation listener.
Mon, 27 Oct 2014 18:23:52 +0100 Christian Humer Truffle: add headers for new compilation listener files.
Mon, 27 Oct 2014 18:03:45 +0100 Christian Humer Truffle: refactor TraceTruffleSplitting into separate class.
Mon, 27 Oct 2014 17:37:45 +0100 Christian Humer Truffle: extract methods from OptimizedCallUtils and remove it.
Mon, 27 Oct 2014 17:34:08 +0100 Christian Humer Truffle: refactor TraceTruffleCompilationAST into a separate class.
Mon, 27 Oct 2014 17:07:51 +0100 Christian Humer Truffle: refactor TraceTrufflePerformanceWarnings into separate class.
Mon, 27 Oct 2014 15:40:31 +0100 Christian Humer Truffle: refactor TraceTruffleCompilationCallTree into a separate class.
Mon, 27 Oct 2014 15:30:53 +0100 Christian Humer Truffle: refactor TraceTruffleInlining into a separte class.
Mon, 27 Oct 2014 15:18:14 +0100 Christian Humer Truffle: refactor TruffleCallTargetProfiling into a separate class.
Mon, 27 Oct 2014 15:18:14 +0100 Christian Humer Truffle: refactor implementation of TraceTruffleCompilation, TraceTruffleCompilationDetails into separate classes.
Mon, 27 Oct 2014 13:42:21 +0100 Christian Humer Truffle: add support for a CompilationListener in GraalTruffleRuntime.
Mon, 27 Oct 2014 13:42:21 +0100 Christian Humer Truffle: refactor notifications in OptimizedCallTarget.
Mon, 27 Oct 2014 13:42:21 +0100 Christian Humer Truffle: factor out assumption invalidate into a truffle boundary.
Thu, 30 Oct 2014 18:14:41 +0100 Roland Schatz Fix bug in code installer.
Thu, 30 Oct 2014 17:52:18 +0100 Josef Eisl Improve javadoc for ResolvedJavaType.getSingleImplementor() and CompilerToVM.getKlassImplementor().
Thu, 30 Oct 2014 16:52:13 +0100 Josef Eisl Rename ResolvedJavaType.getImplementor() to getSingleImplementor().
Thu, 30 Oct 2014 16:43:16 +0100 Josef Eisl Throw an exception if ResolvedJavaType.getImplementor() is called with a non-interface type.
Wed, 29 Oct 2014 19:07:32 +0100 Josef Eisl Add ResolvedJavaType.resolveMethod() (get the like-time resolved method).
Wed, 29 Oct 2014 18:54:32 +0100 Josef Eisl Rename ResolvedJavaMethod.resolvedMethod() to resolveConcreteMethod() the reflect its actual behavior.