Skip to content

Commit

Permalink
gh-116168: Remove extra _CHECK_STACK_SPACE uops (#117242)
Browse files Browse the repository at this point in the history
This merges all `_CHECK_STACK_SPACE` uops in a trace into a single `_CHECK_STACK_SPACE_OPERAND` uop that checks whether there is enough stack space for all calls included in the entire trace.
  • Loading branch information
lazorchakp authored Apr 3, 2024
1 parent 976bcb2 commit 1c43468
Show file tree
Hide file tree
Showing 8 changed files with 494 additions and 126 deletions.
215 changes: 108 additions & 107 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.

Loading

0 comments on commit 1c43468

Please sign in to comment.