Package com.oracle.truffle.api.nodes
Annotation Type ExplodeLoop
-
@Retention(RUNTIME) @Target(METHOD) public @interface ExplodeLoop
Specifies for a method that the loops with constant number of invocations should be fully unrolled.
@Retention(RUNTIME)
@Target(METHOD)
public @interface ExplodeLoop