diff CHANGELOG.md @ 20962:d79e1c137fb7

Merge with 6fe8d8a248ba5c01f752c5a932de4470c9ee29c6
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Tue, 14 Apr 2015 18:04:29 -0700
parents 18c0f02fa4d2
children 12e94cba3696
line wrap: on
line diff
--- a/CHANGELOG.md	Tue Apr 14 14:23:07 2015 -0700
+++ b/CHANGELOG.md	Tue Apr 14 18:04:29 2015 -0700
@@ -36,6 +36,10 @@
 * Changed syntax and semantics of Specialization#assumptions and Specialization#guards. They now use a Java like expression syntax.
 * Changed guard expressions that do not bind any dynamic parameter are invoked just once per specialization instantiation. They are now asserted to be true on the fast path.
 * Renamed @ImportGuards to @ImportStatic.
+* Changed declaring a @TypeSystemReference for a node that contains specializations is not mandatory anymore.
+* Changed types used in specializations are not restricted on types declared in the type system anymore.
+* Changed nodes that declare all execute methods with the same number of evaluated arguments as specialization arguments do not require @NodeChild annotations anymore.
+* Changed types used in checks and casts are not mandatory to be declared in the type system.
 
 ## Version 0.6
 19-Dec-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.6)