We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d786d6b commit 2b3637eCopy full SHA for 2b3637e
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/PythonOptions.java
@@ -86,7 +86,7 @@ public final class PythonOptions {
86
* Whether to use the experimental Bytecode DSL interpreter instead of the manually-written
87
* bytecode interpreter.
88
*/
89
- public static final boolean ENABLE_BYTECODE_DSL_INTERPRETER = Boolean.getBoolean("python.EnableBytecodeDSLInterpreter");
+ public static final boolean ENABLE_BYTECODE_DSL_INTERPRETER = true; // Boolean.getBoolean("python.EnableBytecodeDSLInterpreter");
90
91
public enum HPyBackendMode {
92
NFI,
0 commit comments