comparison CHANGELOG.md @ 22000:05ea2117f650

Highlight few changes since 0.7
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Thu, 16 Jul 2015 18:54:07 +0200
parents 7f5cf6b167f1
children b31dcacfc8ff
comparison
equal deleted inserted replaced
21999:8ec8f7831ab4 22000:05ea2117f650
9 9
10 ## Version 0.8 10 ## Version 0.8
11 17-Jul-2015, [Repository Revision](http://lafo.ssw.uni-linz.ac.at/hg/truffle/shortlog/graal-0.8) 11 17-Jul-2015, [Repository Revision](http://lafo.ssw.uni-linz.ac.at/hg/truffle/shortlog/graal-0.8)
12 ### Truffle 12 ### Truffle
13 * The Truffle repository no longer contains Graal 13 * The Truffle repository no longer contains Graal
14 * Truffle TCK... 14 * TruffleVM is an entrypoint for creating, building and running multi language Truffle systems
15 * Truffle Debug... 15 * Implement TruffleLanguage and use @Registration to register your language into the TruffleVM system
16 ... 16 * Include Truffle TCK (test compatibility kit) into your test cases to verify your language implementation is compliant enough
17 * Interoperability API polished
18 * Cleanup of Source related API
17 19
18 ## Version 0.7 20 ## Version 0.7
19 29-Apr-2015, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.7) 21 29-Apr-2015, [Repository Revision](http://hg.openjdk.java.net/graal/graal/shortlog/graal-0.7)
20 ### Truffle 22 ### Truffle
21 * New, faster partial evaluation (no more TruffleCache). 23 * New, faster partial evaluation (no more TruffleCache).