comparison CHANGELOG.md @ 18810:aaff308f290c

Truffle-DSL: started Truffle-DSL changelog.
author Christian Humer <christian.humer@gmail.com>
date Sat, 10 Jan 2015 13:46:02 +0100
parents 8a758dce7d80
children 972009398b30
comparison
equal deleted inserted replaced
18809:d399c7ce78b3 18810:aaff308f290c
7 ### Graal 7 ### Graal
8 * ... 8 * ...
9 9
10 ### Truffle 10 ### Truffle
11 * Added Node#deepCopy as primary method to copy ASTs. 11 * Added Node#deepCopy as primary method to copy ASTs.
12
13 ### Truffle-DSL
14 * All methods enclosed in a @TypeSystem must now be static.
15 * All methods enclosed in generated type system classes are static.
16 * Deprecated the public singleton used in the generated type system classes.
17 * NodeFactory implementations are no longer generated by default. Use {Node}Gen#create instead of {Node}Factory#create to create new instances of nodes.
18 * Added @GenerateNodeFactory to generate NodeFactory implementations for this node and its subclasses.
19
12 20
13 ## Version 0.6 21 ## Version 0.6
14 19-Dec-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.6) 22 19-Dec-2014, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.6)
15 ### Graal 23 ### Graal
16 * Merged with jdk8u25-b17. 24 * Merged with jdk8u25-b17.