log graal/com.oracle.truffle.api/src/com/oracle/truffle/api/utilities/ConditionProfile.java @ 21673:5024c80224c7

age author description
Thu, 07 May 2015 14:55:16 +0300 Jaroslav Tulach The expected intention with ConditionProfile's seems to be to control all existing implementations. Making externally unsubclasssable.
Thu, 19 Feb 2015 16:15:56 +0100 Roland Schatz Fixed code format issues.
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.