changeset 18409:d405651001d1

Truffle: add object API to truffle distribution, update changelog
author Andreas Woess <andreas.woess@jku.at>
date Tue, 18 Nov 2014 23:11:00 +0100
parents 2c3666f44855
children f444ef4684ec
files CHANGELOG.md mx/suite.py
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG.md	Tue Nov 18 23:19:43 2014 +0100
+++ b/CHANGELOG.md	Tue Nov 18 23:11:00 2014 +0100
@@ -22,6 +22,7 @@
 * Added `TruffleRuntime#getCapability` API method.
 * Added `NodeInterface` and allowed child field to be declared with interfaces that extend it.
 * Added `CompilerOptions` and allowed it to be set for `ExecutionContext` and `RootNode`.
+* Added experimental object API.
 * ...
 
 ## Version 0.5
--- a/mx/suite.py	Tue Nov 18 23:19:43 2014 +0100
+++ b/mx/suite.py	Tue Nov 18 23:11:00 2014 +0100
@@ -1266,6 +1266,7 @@
       "dependencies" : [
         "com.oracle.truffle.api.dsl",
         "com.oracle.nfi",
+        "com.oracle.truffle.object.basic",
       ],
     },