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-93356: Lay out exception handling code at end of code unit#92769

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 31 commits intopython:mainfromiritkatriel:cold_blocks_in_backend
Jun 2, 2022
Merged
Changes from1 commit
Commits
Show all changes
31 commits
Select commitHold shift + click to select a range
586abbe
emit except handlers at end of function
iritkatrielApr 21, 2022
7cee46c
remove redundant jumps after reordering cold blocks
iritkatrielApr 21, 2022
a1ab27d
add some sanity checks
iritkatrielApr 22, 2022
5cbffc2
fix test_dis and test_code
iritkatrielApr 22, 2022
399a898
Merge remote-tracking branch 'upstream/main' into cold_code
iritkatrielMay 10, 2022
30c85e3
update test_dis after merge
iritkatrielMay 10, 2022
23b7b11
most tests pass
iritkatrielMay 12, 2022
aabea44
abort if fallthrough from cold to warm block
iritkatrielMay 12, 2022
521ca2c
exclude generators and coroutines
iritkatrielMay 13, 2022
57a7576
minor tidy up
iritkatrielMay 13, 2022
fd94d0d
mark cold/warm use block from assembler instead of compiler. code_fla…
iritkatrielMay 13, 2022
4ab5905
Merge remote-tracking branch 'upstream/main' into cold_blocks_in_backend
iritkatrielMay 17, 2022
4759a45
move mark_cold/warm to the new traversal style
iritkatrielMay 18, 2022
cd644f0
fix a silly bug
iritkatrielMay 18, 2022
3351114
replace cold->warm fallthrough by explicit jump
iritkatrielMay 19, 2022
51f28c6
remove debug code
iritkatrielMay 19, 2022
752e9a7
reverse unnecessary changes
iritkatrielMay 29, 2022
3e3a34d
Merge remote-tracking branch 'upstream/main' into cold_blocks_in_backend
iritkatrielMay 29, 2022
e719b0f
fix merge error
iritkatrielMay 30, 2022
60b433f
use the new basicblock_add_jump
iritkatrielMay 30, 2022
dc8949a
fix test_dis again
iritkatrielMay 30, 2022
7e5d1fb
revert changes to Lib/importlib/_bootstrap_external.py
iritkatrielMay 30, 2022
dcfb8a7
typo in comment
iritkatrielMay 30, 2022
0f0f085
📜🤖 Added by blurb_it.
blurb-it[bot]May 30, 2022
d1baf48
use b_visited for 'pushed to sp' rather than for 'popped from sp'
iritkatrielMay 30, 2022
aa52363
add missing null check
iritkatrielJun 1, 2022
848c8b1
rewrite cold-block-reordering logic (hopefully easier to follow now)
iritkatrielJun 1, 2022
baedc8f
Merge remote-tracking branch 'upstream/main' into cold_blocks_in_backend
iritkatrielJun 1, 2022
44d4093
make regen
iritkatrielJun 1, 2022
6a12c78
Revert "make regen"
iritkatrielJun 1, 2022
6a454c8
Merge remote-tracking branch 'upstream/main' into cold_blocks_in_backend
iritkatrielJun 1, 2022
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
📜🤖 Added by blurb_it.
  • Loading branch information
@blurb-it
blurb-it[bot] authoredMay 30, 2022
commit0f0f08562ecdd98179a4a4e1fb8b98acad302e4d
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
Code for exception handlers is emitted at the end of the code unit's bytecode. This avoids one jump when no exception is raised.

[8]ページ先頭

©2009-2025 Movatter.jp