log graal/com.oracle.truffle.api.test/src/com/oracle/truffle/api/test/ReturnTypeSpecializationTest.java @ 14032:d1c1f103d42c

age author description
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
Sun, 15 Sep 2013 02:39:07 +0200 Andreas Woess Truffle: Frame restructuring.
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.
Wed, 13 Mar 2013 14:06:22 -0700 Peter B. Kessler Fix typo in JavaDoc.