log graal/com.oracle.truffle.api.dsl/src/com/oracle/truffle/api/dsl/internal/DSLShare.java @ 20129:5b7db8941fd7

age author description
Tue, 30 Dec 2014 00:37:39 +0100 Christian Humer Truffle-DSL: checkstyle fixes.
Fri, 24 Oct 2014 16:18:10 +0200 Doug Simon re-enabled Checkstyle with the release of 6.0 that supports Java 8; fixed existing Checkstyle warnings
Mon, 29 Sep 2014 18:39:05 +0200 Christian Humer Truffle-DSL: added thread-safety for DSL rewrites.
Mon, 25 Aug 2014 16:30:40 +0200 Christian Humer Truffle-DSL: fixed polymorphic to monomorphic transition. It remained polymorphic in some cases.
Mon, 25 Aug 2014 15:56:32 +0200 Christian Humer Truffle-DSL: fixed lost source sections for polymorphic specializations. (GRAAL-851 #resolve)
Mon, 11 Aug 2014 17:29:24 +0200 Christian Humer Truffle-DSL: Fixed headers.
Mon, 11 Aug 2014 16:21:54 +0200 Christian Humer Truffle-DSL: fixed formatting problems.
Mon, 11 Aug 2014 15:53:05 +0200 Christian Humer Truffle-DSL: added shared code required for the new generation layout.