Commit 6fe0598
Remove
* Remove `Reverse` bytecode
* Update crates/compiler-core/src/bytecode.rs
Co-authored-by: Jeong, YunWon <69878+youknowone@users.noreply.github.com>
* Gen
* Remove Reverse
* Auto-format: cargo fmt --all
* Revert comment
* Remove debug code
* Fix CI
---------
Co-authored-by: Jeong, YunWon <69878+youknowone@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>Reverse bytecode (RustPython#6675)1 parent 9291178 commit 6fe0598
File tree
5 files changed
+1
-21
lines changed- .github/workflows
- Lib
- crates
- compiler-core/src
- vm/src
- scripts
5 files changed
+1
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
| 337 | + | |
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | 7 | | |
12 | 8 | | |
13 | 9 | | |
| |||
141 | 137 | | |
142 | 138 | | |
143 | 139 | | |
144 | | - | |
145 | 140 | | |
146 | 141 | | |
147 | 142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
932 | 932 | | |
933 | 933 | | |
934 | 934 | | |
935 | | - | |
936 | | - | |
937 | | - | |
938 | 935 | | |
939 | 936 | | |
940 | 937 | | |
| |||
1000 | 997 | | |
1001 | 998 | | |
1002 | 999 | | |
1003 | | - | |
1004 | | - | |
1005 | | - | |
1006 | 1000 | | |
1007 | 1001 | | |
1008 | 1002 | | |
| |||
1922 | 1916 | | |
1923 | 1917 | | |
1924 | 1918 | | |
1925 | | - | |
1926 | 1919 | | |
1927 | 1920 | | |
1928 | 1921 | | |
| |||
2094 | 2087 | | |
2095 | 2088 | | |
2096 | 2089 | | |
2097 | | - | |
2098 | 2090 | | |
2099 | 2091 | | |
2100 | 2092 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1458 | 1458 | | |
1459 | 1459 | | |
1460 | 1460 | | |
1461 | | - | |
1462 | | - | |
1463 | | - | |
1464 | | - | |
1465 | | - | |
1466 | 1461 | | |
1467 | 1462 | | |
1468 | 1463 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
| |||
0 commit comments