comparison CHANGELOG.md @ 22268:b56fe0d3b560

Merge with acfea340b19199faaa44bd5e103c716c17ea2b21
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Wed, 30 Sep 2015 19:40:55 -0700
parents b31dcacfc8ff
children
comparison
equal deleted inserted replaced
22267:ebcb4878b011 22268:b56fe0d3b560
3 This changelog summarizes major changes between Truffle versions relevant to languages implementors building upon the Truffle framework. The main focus is on APIs exported by Truffle. 3 This changelog summarizes major changes between Truffle versions relevant to languages implementors building upon the Truffle framework. The main focus is on APIs exported by Truffle.
4 4
5 5
6 ## `tip` 6 ## `tip`
7 ### Truffle 7 ### Truffle
8 ... 8 * The Instrumentation Framework has been revised and has new APIs that are integrated into the PolyglotEngine.
9 * Instrumention support required of language implementatins is specified as abstract methods on TruffleLanguage.
10 * Clients access instrumentation sevices via an instance of Instrumenter, provided by the Polyglot framework.
9 11
10 ## Version 0.8 12 ## Version 0.8
11 17-Jul-2015, [Repository Revision](http://lafo.ssw.uni-linz.ac.at/hg/truffle/shortlog/graal-0.8) 13 17-Jul-2015, [Repository Revision](http://lafo.ssw.uni-linz.ac.at/hg/truffle/shortlog/graal-0.8)
12 ### Truffle 14 ### Truffle
13 * The Truffle repository no longer contains Graal 15 * The Truffle repository no longer contains Graal