mirror of
https://github.com/python/cpython.git
synced 2026-02-06 01:45:25 +00:00
GH-144179: Add value recording to JIT tracing front-end (GH-144303)
This commit is contained in:
parent
5f91577cdd
commit
141fd8b894
23 changed files with 1702 additions and 1274 deletions
|
|
@ -177,6 +177,7 @@ dummy_func(void) {
|
|||
|
||||
op(_GUARD_TYPE_VERSION, (type_version/2, owner -- owner)) {
|
||||
assert(type_version);
|
||||
assert(this_instr[-1].opcode == _RECORD_TOS_TYPE);
|
||||
if (sym_matches_type_version(owner, type_version)) {
|
||||
ADD_OP(_NOP, 0, 0);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue