comparison CHANGELOG.md @ 16747:d9d496d77d37

Truffle: Added option to query a BranchProfile for visited.
author Christian Humer <christian.humer@gmail.com>
date Mon, 11 Aug 2014 15:53:04 +0200
parents f6ac86d3334e
children 2834af86f398
comparison
equal deleted inserted replaced
16746:ef3c7944261b 16747:d9d496d77d37
19 * New flag -G:+TruffleSplittingNew to enable the experimental splitting mode based on function arguments. 19 * New flag -G:+TruffleSplittingNew to enable the experimental splitting mode based on function arguments.
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 * ... 25 * ...
25 26
26 ## Version 0.3 27 ## Version 0.3
27 9-May-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/rev/graal-0.3) 28 9-May-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/rev/graal-0.3)
28 29