You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix tracing: put all expressions into blocks
* co_positions return None for unavailable positions, but always something for
each non-tracing instruction
Copy file name to clipboardExpand all lines: graalpython/com.oracle.graal.python/src/com/oracle/graal/python/compiler/bytecode_dsl/RootNodeCompiler.java
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -648,7 +648,7 @@ void beginTraceLineChecked(Builder b) {
648
648
/**
649
649
* Emits a "line" tracing if either no tracing was emitted before, or if line number was
650
650
* updated.
651
-
*
651
+
*
652
652
* @param b Builder for line tracing.
653
653
*/
654
654
voidendTraceLineChecked(SSTNodenode, Builderb) {
@@ -1881,6 +1881,7 @@ public void acceptBoolOpArgs(ExprTy.BoolOp node) {
0 commit comments