Skip to content

Commit

Permalink
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/src/main/java/org/jruby/ir/IRScope.java
Original file line number Diff line number Diff line change
@@ -596,11 +596,6 @@ private void optimizeSimpleScopes() {
}

protected void initScope(boolean jitMode) {
// Build CFG and run compiler passes, if necessary
if (getCFG() == null) {
buildCFG();
}

runCompilerPasses(getManager().getCompilerPasses(this));

if (!jitMode && RubyInstanceConfig.IR_COMPILER_PASSES == null) {

0 comments on commit fa44bc1

Please sign in to comment.