diff CHANGELOG.md @ 16852:3c114b3e08c3

Truffle: renamed BooleanConditionProfile to BinaryConditionProfile and IntegerConditionProfile to CountingConditionProfile.
author Christian Humer <christian.humer@gmail.com>
date Mon, 18 Aug 2014 19:00:20 +0200
parents 2834af86f398
children 7d4f630172a1
line wrap: on
line diff
--- a/CHANGELOG.md	Mon Aug 18 18:41:16 2014 +0200
+++ b/CHANGELOG.md	Mon Aug 18 19:00:20 2014 +0200
@@ -22,7 +22,7 @@
 * New flag -G:TruffleSplittingStartCallCount=3 which sets the number of minimal calls until splitting is performed.
 * New flag -G:-TruffleSplittingAggressive if enabled splits every function call.
 * Added isVisited method for BranchProfile.
-* Added new ConditionProfile, BooleanConditionProfile and IntegerConditionProfile utility classes to profile if conditions.
+* Added new ConditionProfile, BinaryConditionProfile and CountingConditionProfile utility classes to profile if conditions.
 * ...
 
 ## Version 0.3