log graal/com.oracle.truffle.object/src/com/oracle/truffle/object/ShapeImpl.java @ 21770:c76742cc2c6f

age author description
Mon, 08 Jun 2015 04:50:13 +0200 Jaroslav Tulach Polishing inter-operability APIs: Exposing only Message, TruffleObject and ForeignAccess-related classes.
Tue, 26 May 2015 23:21:15 +0200 Doug Simon renamed com.oracle.graal.[debug|options|hotspotvmconfig]* modules to com.oracle.jvmci.[debug|options|hotspotvmconfig]* modules (JBS:GRAAL-53)
Mon, 20 Apr 2015 14:22:01 +0200 Andreas Woess Truffle: simplify getProperty; minor cleanup
Tue, 10 Mar 2015 09:22:10 +0100 Christian Wirth Truffle: deactivate assertion that is cause performance problems
Fri, 27 Feb 2015 13:55:56 +0100 Andreas Woess Truffle: minor ShapeImpl cleanup
Thu, 19 Feb 2015 15:43:41 +0100 Thomas Wuerthinger Make ShapeImpl#getProperty overridable.
Wed, 07 Jan 2015 15:11:38 +0100 Andreas Woess Truffle: refactor size calculation in location allocator to visitor pattern
Tue, 23 Dec 2014 12:13:14 +0100 Matthias Grimmer OM: DynamicObject extends TruffleObject, add default implementation
Thu, 04 Dec 2014 19:36:50 +0100 Andreas Woess OM: extract queryTransition method
Thu, 04 Dec 2014 19:31:45 +0100 Andreas Woess OM: record replaceProperty transitions
Thu, 04 Dec 2014 19:24:14 +0100 Andreas Woess OM: add Transition#isDirect()
Thu, 04 Dec 2014 14:42:33 +0100 Andreas Woess OM: lazy initialization of leaf assumption
Thu, 04 Dec 2014 18:08:22 +0100 Andreas Woess OM: remember transition from parent and walk transitions instead of properties in replaceProperty,removeProperty
Fri, 28 Nov 2014 15:43:49 +0100 Andreas Woess OM: iterate over properties using property map instead of parent chain
Thu, 04 Dec 2014 13:35:36 +0100 Andreas Woess OM: rename transitions
Tue, 18 Nov 2014 23:19:43 +0100 Andreas Woess Truffle: initial commit of object API implementation