Skip to content

Commit 892f310

Browse files
committed
[GR-75306] Enable bytecode handlers for Python by default.
PullRequest: graalpython/4452
2 parents efad9b2 + b5bf58c commit 892f310

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/bytecode_dsl/PBytecodeDSLRootNode.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,8 @@
330330
tagTreeNodeLibrary = PTagTreeNodeExports.class, //
331331
storeBytecodeIndexInFrame = true, //
332332
defaultUncachedThreshold = "4", //
333-
enableUncachedInterpreter = true)
333+
enableUncachedInterpreter = true, //
334+
enableTailCallHandlers = true)
334335
@OperationProxy(PyNumberSubtractNode.class)
335336
@OperationProxy(PyNumberTrueDivideNode.class)
336337
@OperationProxy(PyNumberFloorDivideNode.class)

mx.graalpython/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@
5353
},
5454
{
5555
"name": "tools",
56-
"version": "e9d707c25c6588c90f95cf83a8a1e53e1452b4bd",
56+
"version": "4eeb5f462232bbf6bac34d97018ce15010513c83",
5757
"subdir": True,
5858
"urls": [
5959
{"url": "https://github.com/oracle/graal", "kind": "git"},
6060
],
6161
},
6262
{
6363
"name": "regex",
64-
"version": "e9d707c25c6588c90f95cf83a8a1e53e1452b4bd",
64+
"version": "4eeb5f462232bbf6bac34d97018ce15010513c83",
6565
"subdir": True,
6666
"urls": [
6767
{"url": "https://github.com/oracle/graal", "kind": "git"},

0 commit comments

Comments
 (0)