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-104635: Expand optimization for dead store elimination#106571

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

Closed
corona10 wants to merge9 commits intopython:mainfromcorona10:gh-104635-extend
Closed
Changes from1 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
PrevPrevious commit
NextNext commit
nit
  • Loading branch information
@corona10
corona10 committedJul 9, 2023
commit20e17d2cfc6477cd03af7153fc30a939290fd1eb
2 changes: 1 addition & 1 deletionPython/flowgraph.c
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1326,7 +1326,7 @@ optimize_basic_block(PyObject *const_cache, basicblock *bb, PyObject *consts)
}
else if (inst->i_loc.lineno == last_store_fast_lino) {
if (last_i_oparg == inst->i_oparg) {
bb->b_instr[i].i_opcode = POP_TOP;
inst->i_opcode = POP_TOP;
}
}
else {
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp