Skip to content

Commit 328530c

Browse files
committed
NFC: allocate local instructions sequentially
1 parent bdf112f commit 328530c

File tree

11 files changed

+2791
-2791
lines changed

11 files changed

+2791
-2791
lines changed

truffle/mxbuild/jdk21/com.oracle.truffle.api.bytecode.test/src_gen/com/oracle/truffle/api/bytecode/test/basic_interpreter/BasicInterpreterBase.java

Lines changed: 135 additions & 135 deletions
Large diffs are not rendered by default.

truffle/mxbuild/jdk21/com.oracle.truffle.api.bytecode.test/src_gen/com/oracle/truffle/api/bytecode/test/basic_interpreter/BasicInterpreterBuilder.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ protected BasicInterpreterBuilder(Object token) {
8282

8383
public abstract void emitLoadLocal(BytecodeLocal local);
8484

85-
public abstract void beginLoadLocalMaterialized(BytecodeLocal local);
86-
87-
public abstract void endLoadLocalMaterialized();
88-
8985
public abstract void beginStoreLocal(BytecodeLocal local);
9086

9187
public abstract void endStoreLocal();
9288

89+
public abstract void beginLoadLocalMaterialized(BytecodeLocal local);
90+
91+
public abstract void endLoadLocalMaterialized();
92+
9393
public abstract void beginStoreLocalMaterialized(BytecodeLocal local);
9494

9595
public abstract void endStoreLocalMaterialized();

truffle/mxbuild/jdk21/com.oracle.truffle.api.bytecode.test/src_gen/com/oracle/truffle/api/bytecode/test/basic_interpreter/BasicInterpreterProductionBlockScoping.java

Lines changed: 445 additions & 445 deletions
Large diffs are not rendered by default.

truffle/mxbuild/jdk21/com.oracle.truffle.api.bytecode.test/src_gen/com/oracle/truffle/api/bytecode/test/basic_interpreter/BasicInterpreterProductionRootScoping.java

Lines changed: 435 additions & 435 deletions
Large diffs are not rendered by default.

truffle/mxbuild/jdk21/com.oracle.truffle.api.bytecode.test/src_gen/com/oracle/truffle/api/bytecode/test/basic_interpreter/BasicInterpreterUnsafe.java

Lines changed: 135 additions & 135 deletions
Large diffs are not rendered by default.

truffle/mxbuild/jdk21/com.oracle.truffle.api.bytecode.test/src_gen/com/oracle/truffle/api/bytecode/test/basic_interpreter/BasicInterpreterWithBE.java

Lines changed: 472 additions & 472 deletions
Large diffs are not rendered by default.

truffle/mxbuild/jdk21/com.oracle.truffle.api.bytecode.test/src_gen/com/oracle/truffle/api/bytecode/test/basic_interpreter/BasicInterpreterWithOptimizations.java

Lines changed: 135 additions & 135 deletions
Large diffs are not rendered by default.

truffle/mxbuild/jdk21/com.oracle.truffle.api.bytecode.test/src_gen/com/oracle/truffle/api/bytecode/test/basic_interpreter/BasicInterpreterWithStoreBytecodeIndexInFrame.java

Lines changed: 445 additions & 445 deletions
Large diffs are not rendered by default.

truffle/mxbuild/jdk21/com.oracle.truffle.api.bytecode.test/src_gen/com/oracle/truffle/api/bytecode/test/basic_interpreter/BasicInterpreterWithUncached.java

Lines changed: 147 additions & 147 deletions
Large diffs are not rendered by default.

truffle/mxbuild/jdk21/com.oracle.truffle.sl/src_gen/com/oracle/truffle/sl/bytecode/SLBytecodeRootNodeGen.java

Lines changed: 429 additions & 429 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)