log graal/com.oracle.truffle.api/src/com/oracle/truffle/api/impl/DefaultVirtualFrame.java @ 21490:3286fb5fea4a

age author description
Tue, 24 Mar 2015 17:33:15 +0100 Christian Wirth extract methods to avoid code duplication
Thu, 23 Oct 2014 13:45:59 +0200 Andreas Woess Truffle: remove FrameTypeConversion interface
Sun, 06 Apr 2014 17:46:24 +0200 Thomas Wuerthinger Truffle: Change signature for Truffle calls from (PackedFrame, Arguments) to (Object[]).
Fri, 24 Jan 2014 18:13:38 -0800 Christian Wimmer Truffle API cleanup: Reduce the visibility of classes and constructors that are not intended to be instantiated by guest language implementations; provide abstract class RootCallTarget as a CallTarget to a RootNode
Fri, 22 Nov 2013 14:45:09 +0100 Christian Humer Truffle: improved error mesage for accessing unknonw frame slots.
Wed, 30 Oct 2013 20:01:50 +0100 Andreas Woess Frame: add is<Type> methods.
Mon, 14 Oct 2013 23:28:10 +0200 Thomas Wuerthinger Truffle API adjustments: Simplify frame handling. Introduce cast for MaterializedFrame objects.
Sun, 15 Sep 2013 02:39:07 +0200 Andreas Woess Truffle: Frame restructuring.
Mon, 26 Aug 2013 18:25:40 +0200 Christian Wirth Truffle: add Byte to Frame
Fri, 09 Aug 2013 11:55:20 +0200 Thomas Wuerthinger Adding "Classpath" exception to the classes in the com.oracle.truffle.api and the com.oracle.truffle.api.dsl package.
Tue, 30 Jul 2013 13:07:48 +0200 Andreas Woess Frame.isInitialized: add method substitution and suppress AIOOBE if frame size < descriptor size.
Tue, 09 Jul 2013 21:03:29 +0200 Andreas Woess Truffle: minor cleanup
Mon, 10 Jun 2013 01:16:33 +0200 Thomas Wuerthinger Introduce Frame.isInitialized in the Truffle API.
Fri, 26 Apr 2013 17:15:10 +0200 Thomas Wuerthinger Added a clazz parameter to Frame.getArguments in order to allow unsafe access to the arguments object (i.e., avoiding the null check and the type cast).
Thu, 25 Apr 2013 18:14:08 +0200 Andreas Woess Frame API: Introduce FrameSlotKind.
Wed, 24 Apr 2013 14:14:22 +0200 Andreas Woess Frame API: automatically change frame slot type for uninitialized slots
Tue, 23 Apr 2013 15:34:06 +0200 Thomas Wuerthinger Truffle API changes for the Frame API. Introduction of Assumptions class.
Thu, 28 Mar 2013 14:33:19 +0100 Andreas Woess Minor bug fix in Truffle frame implementation.
Tue, 05 Feb 2013 17:03:51 +0100 Thomas Wuerthinger Added getFrameDescriptor() to Frame interface.
Wed, 23 Jan 2013 16:34:57 +0100 Doug Simon applied mx eclipseformat to all Java files
Thu, 20 Dec 2012 14:38:06 +0100 Thomas Wuerthinger Introduce cutomization capability for canonicalizer.
Tue, 18 Dec 2012 15:33:55 +0100 Thomas Wuerthinger Introduction of the Truffle API for efficient implementation of dynamic languages on top of the Graal VM. New projects com.oracle.truffle.api for the API definition and com.oracle.truffle.api.test for API tests and documentation.