comparison CHANGELOG.md @ 16828:2834af86f398

Truffle: new condition profile primitives.
author Christian Humer <christian.humer@gmail.com>
date Wed, 13 Aug 2014 20:44:36 +0200
parents d9d496d77d37
children 3c114b3e08c3
comparison
equal deleted inserted replaced
16827:5e647663b77e 16828:2834af86f398
20 * New flag -G:+TruffleSplittingTypedInstanceStamps to enable splitting for TypedObject instances. 20 * New flag -G:+TruffleSplittingTypedInstanceStamps to enable splitting for TypedObject instances.
21 * New flag -G:+TruffleSplittingClassInstanceStamps to enable splitting for Java object instances except TypedObject. 21 * New flag -G:+TruffleSplittingClassInstanceStamps to enable splitting for Java object instances except TypedObject.
22 * New flag -G:TruffleSplittingStartCallCount=3 which sets the number of minimal calls until splitting is performed. 22 * New flag -G:TruffleSplittingStartCallCount=3 which sets the number of minimal calls until splitting is performed.
23 * New flag -G:-TruffleSplittingAggressive if enabled splits every function call. 23 * New flag -G:-TruffleSplittingAggressive if enabled splits every function call.
24 * Added isVisited method for BranchProfile. 24 * Added isVisited method for BranchProfile.
25 * Added new ConditionProfile, BooleanConditionProfile and IntegerConditionProfile utility classes to profile if conditions.
25 * ... 26 * ...
26 27
27 ## Version 0.3 28 ## Version 0.3
28 9-May-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/rev/graal-0.3) 29 9-May-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/rev/graal-0.3)
29 30