You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: truffle/src/com.oracle.truffle.api.bytecode.test/src/com/oracle/truffle/api/bytecode/test/basic_interpreter/BasicInterpreterTest.java
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2332,13 +2332,7 @@ public void testManyLocals() {
2332
2332
b.endBlock();
2333
2333
b.endRoot();
2334
2334
});
2335
-
2336
-
// TODO(GR-59372): Without default values, every local slot gets cleared on entry, which
2337
-
// breaks compilation because the number of clears exceed PE's explode loop threshold. Using
2338
-
// illegal default slots will solve this problem because the clears will be unnecessary.
0 commit comments