We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713d643 commit 29ad4ceCopy full SHA for 29ad4ce
src/main/java/org/truffleruby/utils/RunTwiceBranchProfile.java
@@ -11,8 +11,9 @@
11
12
import com.oracle.truffle.api.CompilerDirectives;
13
import com.oracle.truffle.api.CompilerDirectives.CompilationFinal;
14
+import com.oracle.truffle.api.nodes.NodeCloneable;
15
-public final class RunTwiceBranchProfile {
16
+public final class RunTwiceBranchProfile extends NodeCloneable {
17
18
private enum ExecuteCounter {
19
NEVER,
0 commit comments