We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
is_recursive=True
1 parent 974f85d commit dee802dCopy full SHA for dee802d
1 file changed
pixie/vm/interpreter.py
@@ -11,7 +11,7 @@ def get_location(ip, sp, is_continuation, bc, base_code):
11
return code.BYTECODES[bc[ip]] + " in " + str(base_code._name)
12
13
jitdriver = JitDriver(greens=["ip", "sp", "is_continuation", "bc", "base_code"], reds=["frame"], virtualizables=["frame"],
14
- get_printable_location=get_location)
+ get_printable_location=get_location, is_recursive=True)
15
16
17
@elidable
0 commit comments