mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
This commit is contained in:
parent
0a7f48b9a8
commit
a9caf9cf90
16 changed files with 627 additions and 682 deletions
22
Programs/test_frozenmain.h
generated
22
Programs/test_frozenmain.h
generated
|
|
@ -2,14 +2,14 @@
|
|||
unsigned char M_test_frozenmain[] = {
|
||||
227,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,
|
||||
0,0,0,0,0,243,164,0,0,0,151,0,100,0,100,1,
|
||||
108,0,90,0,100,0,100,1,108,1,90,1,2,0,101,2,
|
||||
100,2,171,1,0,0,0,0,0,0,1,0,2,0,101,2,
|
||||
108,0,90,0,100,0,100,1,108,1,90,1,101,2,2,0,
|
||||
100,2,171,1,0,0,0,0,0,0,1,0,101,2,2,0,
|
||||
100,3,101,0,106,6,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,171,2,0,0,0,0,0,0,
|
||||
1,0,2,0,101,1,106,8,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,
|
||||
1,0,101,1,106,8,0,0,0,0,0,0,0,0,0,0,
|
||||
0,0,0,0,0,0,0,0,2,0,171,0,0,0,0,0,
|
||||
0,0,100,4,25,0,0,0,90,5,100,5,68,0,93,20,
|
||||
0,0,90,6,2,0,101,2,100,6,101,6,40,0,100,7,
|
||||
0,0,90,6,101,2,2,0,100,6,101,6,40,0,100,7,
|
||||
101,5,101,6,25,0,0,0,40,0,157,4,171,1,0,0,
|
||||
0,0,0,0,1,0,140,22,0,0,4,0,121,1,41,8,
|
||||
233,0,0,0,0,78,122,18,70,114,111,122,101,110,32,72,
|
||||
|
|
@ -27,12 +27,12 @@ unsigned char M_test_frozenmain[] = {
|
|||
0,0,218,3,107,101,121,169,0,243,0,0,0,0,250,18,
|
||||
116,101,115,116,95,102,114,111,122,101,110,109,97,105,110,46,
|
||||
112,121,250,8,60,109,111,100,117,108,101,62,114,18,0,0,
|
||||
0,1,0,0,0,115,102,0,0,0,240,3,1,1,1,243,
|
||||
0,1,0,0,0,115,99,0,0,0,240,3,1,1,1,243,
|
||||
8,0,1,11,219,0,24,225,0,5,208,6,26,212,0,27,
|
||||
217,0,5,128,106,144,35,151,40,145,40,212,0,27,216,9,
|
||||
38,208,9,26,215,9,38,209,9,38,211,9,40,168,24,209,
|
||||
9,50,128,6,240,2,6,12,2,242,0,7,1,42,128,67,
|
||||
241,14,0,5,10,136,71,144,67,144,53,152,2,152,54,160,
|
||||
35,153,59,152,45,208,10,40,214,4,41,241,15,7,1,42,
|
||||
114,16,0,0,0,
|
||||
26,215,9,38,210,9,38,211,9,40,168,24,209,9,50,128,
|
||||
6,240,2,6,12,2,242,0,7,1,42,128,67,241,14,0,
|
||||
5,10,136,71,144,67,144,53,152,2,152,54,160,35,153,59,
|
||||
152,45,208,10,40,214,4,41,241,15,7,1,42,114,16,0,
|
||||
0,0,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue