log graal/com.oracle.truffle.api/src/com/oracle/truffle/api/OptimizationFailedException.java @ 20131:4b12d5355811

age author description
Fri, 24 Oct 2014 22:51:53 +0100 Chris Seaton Truffle: CallTarget to RootCallTaget in OptimizationFailedException.
Wed, 15 Oct 2014 18:19:48 +0100 Chris Seaton Truffle: OptimizationFailedException references the CallTarget instead of the RootNode.
Tue, 09 Sep 2014 20:21:11 +0100 Chris Seaton Truffle: keep the RootNode in OptimizationFailedException, so you can figure out what it was that failed.
Tue, 09 Sep 2014 20:19:23 +0100 Chris Seaton Truffle: TruffleCompilationExceptionsAreThrown option to get OptimizationFailedException on compiler error.