8000 gh-116168: Remove extra `_CHECK_STACK_SPACE` uops (#117242) · python/cpython@1c43468 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1c43468

Browse files
authored
gh-116168: Remove extra _CHECK_STACK_SPACE uops (#117242)
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.
1 parent 976bcb2 commit 1c43468

File tree

8 files changed

+494
-126
lines changed

8 files changed

+494
-126
lines changed

Include/internal/pycore_uop_ids.h

Lines changed: 108 additions & 107 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Include/internal/pycore_uop_metadata.h

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0