log graal/com.oracle.truffle.api/src/com/oracle/truffle/api/CompilerDirectives.java @ 9319:1188b7c42196

age author description
Thu, 25 Apr 2013 22:44:28 +0200 Thomas Wuerthinger Changed the behavior of CompilerDirectives.injectBranchProbability and added javadoc to document the new behavior. Introduced probability constants. Removed CompilerDirectives.slowpath().
Thu, 25 Apr 2013 19:43:49 +0200 Thomas Wuerthinger Added annotation CompilerDirectives.CompilationFinal for fields that should be considered final during compilation, but are not final while executing in the Truffle interpreter.
Wed, 24 Apr 2013 18:53:06 +0200 Thomas Wuerthinger Fix new line at end of file.
Wed, 24 Apr 2013 18:50:12 +0200 Thomas Wuerthinger Added method CompilerDirectives.bailout to the Truffle API.
Tue, 23 Apr 2013 11:20:53 +0200 Thomas Wuerthinger Added two new classes to the Truffle API: CompilerDirectives and CompilerAsserts.