Skip to content

Commit 67fa2d8

Browse files
committed
Add missing ExplodeLoops annotation to PBytecodeRootNode#bytecodeCollectionFromStack
1 parent 4a276bd commit 67fa2d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/bytecode/PBytecodeRootNode.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5480,6 +5480,7 @@ private static <T> void moveFromStack(VirtualFrame virtualFrame, int start, int
54805480
}
54815481

54825482
@BytecodeInterpreterSwitch
5483+
@ExplodeLoop
54835484
private int bytecodeCollectionFromStack(VirtualFrame virtualFrame, int type, int count, int oldStackTop, Node[] localNodes, int nodeIndex, boolean useCachedNodes) {
54845485
int stackTop = oldStackTop;
54855486
Object res = null;

0 commit comments

Comments
 (0)