GH-144179: Add value recording to JIT tracing front-end (GH-144303)

This commit is contained in:
Mark Shannon 2026-02-02 16:57:04 +00:00 committed by GitHub
parent 5f91577cdd
commit 141fd8b894
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 1702 additions and 1274 deletions

View file

@ -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 {