Skip to content

Commit

Permalink
enable boxing elimination
Browse files Browse the repository at this point in the history
  • Loading branch information
DSouzaM committed Mar 21, 2024
1 parent 57e0d30 commit 012a050
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@
languageClass = PythonLanguage.class, //
enableYield = true, //
enableSerialization = true, //
boxingEliminationTypes = {int.class, boolean.class}, //
storeBciInFrame = true //
)
@TypeSystemReference(PythonTypes.class)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
import com.oracle.graal.python.runtime.PythonOptions;
import com.oracle.graal.python.runtime.object.PythonObjectFactory;
import com.oracle.graal.python.util.PythonUtils;
import com.oracle.truffle.api.CompilerAsserts;
import com.oracle.truffle.api.Truffle;
import com.oracle.truffle.api.bytecode.BytecodeNode;
import com.oracle.truffle.api.dsl.Bind;
Expand Down

0 comments on commit 012a050

Please sign in to comment.