aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/generated_cases.c.h
diff options
context:
space:
mode:
authorMark Shannon <mark@hotpy.org>2024-02-20 10:50:59 +0000
committerGitHub <noreply@github.com>2024-02-20 10:50:59 +0000
commit626c414995bad1dab51c7222a6f7bf388255eb9e (patch)
treedd89add10cfb1bb71ca3a2709b10414652d07031 /Python/generated_cases.c.h
parent7b21403ccd16c480812a1e857c0ee2deca592be0 (diff)
downloadcpython-626c414995bad1dab51c7222a6f7bf388255eb9e.tar.gz
cpython-626c414995bad1dab51c7222a6f7bf388255eb9e.zip
GH-115457: Support splitting and replication of micro ops. (GH-115558)
Diffstat (limited to 'Python/generated_cases.c.h')
-rw-r--r--Python/generated_cases.c.h18
1 files changed, 7 insertions, 11 deletions
diff --git a/Python/generated_cases.c.h b/Python/generated_cases.c.h
index a520d042a4a..324e53dca63 100644
--- a/Python/generated_cases.c.h
+++ b/Python/generated_cases.c.h
@@ -1005,7 +1005,6 @@
}
#endif
}
- stack_pointer += ((0) ? 1 : 0);
DISPATCH();
}
@@ -1755,7 +1754,6 @@
}
#endif
}
- stack_pointer += ((0) ? 1 : 0);
DISPATCH();
}
@@ -3597,8 +3595,8 @@
self = owner;
}
stack_pointer[-1] = attr;
- if (1) stack_pointer[0] = self;
- stack_pointer += ((1) ? 1 : 0);
+ stack_pointer[0] = self;
+ stack_pointer += 1;
DISPATCH();
}
@@ -3632,8 +3630,8 @@
self = owner;
}
stack_pointer[-1] = attr;
- if (1) stack_pointer[0] = self;
- stack_pointer += ((1) ? 1 : 0);
+ stack_pointer[0] = self;
+ stack_pointer += 1;
DISPATCH();
}
@@ -3679,8 +3677,8 @@
self = owner;
}
stack_pointer[-1] = attr;
- if (1) stack_pointer[0] = self;
- stack_pointer += ((1) ? 1 : 0);
+ stack_pointer[0] = self;
+ stack_pointer += 1;
DISPATCH();
}
@@ -3751,7 +3749,6 @@
attr = Py_NewRef(descr);
}
stack_pointer[-1] = attr;
- stack_pointer += ((0) ? 1 : 0);
DISPATCH();
}
@@ -3794,7 +3791,6 @@
attr = Py_NewRef(descr);
}
stack_pointer[-1] = attr;
- stack_pointer += ((0) ? 1 : 0);
DISPATCH();
}
@@ -4380,7 +4376,7 @@
Py_DECREF(self);
if (attr == NULL) goto pop_3_error;
stack_pointer[-3] = attr;
- stack_pointer += -2 + ((0) ? 1 : 0);
+ stack_pointer += -2;
DISPATCH();
}