log graal/com.oracle.truffle.api.object/src/com/oracle/truffle/api/object/DynamicObject.java @ 21604:93f282187d90

age author description
Thu, 12 Feb 2015 22:33:34 +0100 Thomas Wuerthinger Change DynamicObject from an interface to an abstract class.
Tue, 23 Dec 2014 12:13:14 +0100 Matthias Grimmer OM: DynamicObject extends TruffleObject, add default implementation
Tue, 18 Nov 2014 16:18:45 +0100 Andreas Woess Truffle: initial commit of object API