Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1832,7 +1832,7 @@ public RubyArray initialize(VirtualFrame frame, RubyArray array, int size, Undef
}
} finally {
if (CompilerDirectives.inInterpreter()) {
((RubyRootNode) getRootNode()).reportLoopCountThroughBlocks(count);
getRootNode().reportLoopCount(count);
}
}

@@ -2214,7 +2214,7 @@ public RubyArray mapFloat(VirtualFrame frame, RubyArray array, RubyProc block) {
}
} finally {
if (CompilerDirectives.inInterpreter()) {
((RubyRootNode) getRootNode()).reportLoopCountThroughBlocks(count);
getRootNode().reportLoopCount(count);
}
}

0 comments on commit 00b3158

Please sign in to comment.