log graal/com.oracle.truffle.api.test/src/com/oracle/truffle/api/test/FrameTest.java @ 13875:042a2d972174

age author description
Wed, 05 Feb 2014 11:40:13 +0100 Michael Haupt support frame slot removal
Mon, 20 Jan 2014 16:33:40 +0100 Christian Humer Truffle: fixed failing FrameTest.
Fri, 17 Jan 2014 17:06:08 +0100 Christian Humer Truffle API-change: FrameDescriptors are now stored in the RootNode in a final field instead of the CallTarget.
Mon, 14 Oct 2013 23:28:10 +0200 Thomas Wuerthinger Truffle API adjustments: Simplify frame handling. Introduce cast for MaterializedFrame objects.
Sun, 06 Oct 2013 19:53:00 -0700 Michael Van De Vanter Truffle; remove uses of Node() constructor in test code
Thu, 25 Apr 2013 18:14:08 +0200 Andreas Woess Frame API: Introduce FrameSlotKind.
Tue, 23 Apr 2013 15:34:06 +0200 Thomas Wuerthinger Truffle API changes for the Frame API. Introduction of Assumptions class.
Tue, 05 Feb 2013 17:18:57 +0100 Thomas Wuerthinger Allow arbitrary objects to serve as identifiers for a frame slot.
Mon, 04 Feb 2013 16:29:07 +0100 Christian Wirth Fixed typo in Javadoc of FrameTest.java
Wed, 23 Jan 2013 16:34:57 +0100 Doug Simon applied mx eclipseformat to all Java files
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.