10000 GH-129709: Clean up tier two by brandtbucher · Pull Request #129710 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-129709: Clean up tier two #129710

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 7, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Catch up with main
  • Loading branch information
brandtbucher committed Feb 7, 2025
commit 09e476a438c05f8f5d1d5bb3aafee2551a51797d
5 changes: 5 additions & 0 deletions Tools/jit/template.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ do { \
do { \
} while (0)

#undef LLTRACE_RESUME_FRAME
#define LLTRACE_RESUME_FRAME() \
do { \
} while (0)

#define PATCH_JUMP(ALIAS) \
do { \
PATCH_VALUE(jit_func_preserve_none, jump, ALIAS); \
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.
0