changeset 18486:b9a8b2885283

Truffle/Instrumentation: CHANGELOG for recent updates.
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Sun, 23 Nov 2014 16:09:26 -0800
parents e3c95cbbb50c
children 0f4813e0b4a9
files CHANGELOG.md
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG.md	Sun Nov 23 16:07:23 2014 -0800
+++ b/CHANGELOG.md	Sun Nov 23 16:09:26 2014 -0800
@@ -8,6 +8,10 @@
 * ...
 
 ### Truffle
+* Instrumentation: major API revision, based around the Probe and Instrument classes.
+* Instrumentation: add Instrumentable API for language implementors, with most details automated.
+* Instrumentation: reimplemented to handle AST splitting automatically.
+* Instrumentation: more JUnit tests
 * Relaxed declared type restriction on child fields to allow for interface types in addition to Node subclasses.
 * The BranchProfile constructor is now private. Use BranchProfile#create() instead.
 * Renamed @CompilerDirectives.SlowPath to @CompilerDirectives.TruffleBoundary