Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-107901: compiler replaces POP_BLOCK instruction by NOPs before optimisations#114530

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
iritkatriel merged 9 commits intopython:mainfromiritkatriel:pop_block_cleanup
Jan 25, 2024

Conversation

@iritkatriel
Copy link
Member

@iritkatrieliritkatriel commentedJan 24, 2024
edited
Loading

ThePOP_BLOCK are not needed once the exception handlers are attached to each instruction, so we can replace them by NOPs before optimisation. (The block push instruction are still needed for reachability analysis).

@iritkatrieliritkatriel changed the titlegh-107901: compiler replaces POP_BLOCK instruction by NOPs before optimisationsgh-114265: compiler replaces POP_BLOCK instruction by NOPs before optimisationsJan 24, 2024
@iritkatrieliritkatriel marked this pull request as draftJanuary 24, 2024 19:37
@iritkatriel
Copy link
MemberAuthor

Converted to draft - I think we should merged#114535 and then this one becomes simpler.

@iritkatrieliritkatriel changed the titlegh-114265: compiler replaces POP_BLOCK instruction by NOPs before optimisationsgh-107901: compiler replaces POP_BLOCK instruction by NOPs before optimisationsJan 25, 2024
@iritkatrieliritkatriel marked this pull request as ready for reviewJanuary 25, 2024 13:58
@iritkatrieliritkatriel merged commitac5e53e intopython:mainJan 25, 2024
aisk pushed a commit to aisk/cpython that referenced this pull requestFeb 11, 2024
Glyphack pushed a commit to Glyphack/cpython that referenced this pull requestSep 2, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@markshannonmarkshannonmarkshannon left review comments

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@iritkatriel@markshannon

[8]ページ先頭

©2009-2025 Movatter.jp