Skip to content

Commit

Permalink
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -205,6 +205,10 @@ public IRubyObject interpret(ThreadContext context, IRubyObject self, Interprete
}
break;
}
case THREAD_POLL:
if (IRRuntimeHelpers.inProfileMode()) Profiler.clockTick();
context.callThreadPoll();
break;
default:
if (instr.getOperation().opClass == OpClass.BRANCH_OP) {
ipc = instr.interpretAndGetNewIPC(context, currDynScope, currScope, self, temp, ipc);

0 comments on commit eadb23f

Please sign in to comment.