log graal/com.oracle.truffle.api/src/com/oracle/truffle/api/utilities/ConditionProfile.java @ 18845:f57d86eb036f

age author description
Mon, 12 Jan 2015 20:39:04 +0100 Doug Simon removed Node factory methods
Wed, 26 Nov 2014 01:06:38 +0100 Andreas Woess Truffle: refactor NodeCloneable interface to abstract class
Tue, 25 Nov 2014 13:21:50 +0100 Andreas Woess Truffle: clone ConditionProfile and BranchProfile node fields
Sat, 23 Aug 2014 19:31:22 +0200 Christian Humer Truffle: changed return types of condition profile factory methods.
Wed, 20 Aug 2014 15:16:11 +0200 Michael Haupt clarify documentation about assumption and profile storage in final fields
Tue, 19 Aug 2014 14:56:19 +0200 Christian Humer Truffle: made constructors of condition profiles package protected to delegate them later to TruffleRuntime.
Mon, 18 Aug 2014 19:02:18 +0200 Christian Humer Truffle: fixed header dates.
Mon, 18 Aug 2014 19:00:20 +0200 Christian Humer Truffle: renamed BooleanConditionProfile to BinaryConditionProfile and IntegerConditionProfile to CountingConditionProfile.
Wed, 13 Aug 2014 20:44:36 +0200 Christian Humer Truffle: new condition profile primitives.