Skip to content

Commit

Permalink
GH-122029: Break INSTRUMENTED_CALL into micro-ops, so that its behavi…
Browse files Browse the repository at this point in the history
…or is consistent with CALL (GH-122177)
  • Loading branch information
markshannon authored Jul 26, 2024
1 parent afb0aa6 commit 95a7391
Show file tree
Hide file tree
Showing 11 changed files with 341 additions and 153 deletions.
6 changes: 3 additions & 3 deletions Include/internal/pycore_opcode_metadata.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

129 changes: 65 additions & 64 deletions Include/internal/pycore_uop_ids.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Include/internal/pycore_uop_metadata.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions Include/opcode_ids.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions Lib/_opcode_metadata.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Lib/test/test_monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,7 @@ def f():
('line', 'method', 2),
('line', 'method', 3),
('line', 'method', 2),
('call', 'method', 1),
('call', 'method', d["b"]),
('line', 'method', 1),
('line', 'method', 1),
('line', 'get_events', 11),
Expand Down
Loading

0 comments on commit 95a7391

Please sign in to comment.