log graal/com.oracle.truffle.object/src/com/oracle/truffle/object/ShapeImpl.java @ 21673:5024c80224c7

age author description
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