comparison CHANGELOG.md @ 16774:db2ac421649a

Merge.
author Doug Simon <doug.simon@oracle.com>
date Mon, 11 Aug 2014 18:53:38 +0200
parents d9d496d77d37
children 2834af86f398
comparison
equal deleted inserted replaced
16773:b359f0468128 16774:db2ac421649a
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