We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 974f85d + dee802d commit b30b2d9Copy full SHA for b30b2d9
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