Commit cca43b7
authored
bpo-47053: Reduce deoptimization in BINARY_OP_INPLACE_ADD_UNICODE (pythonGH-31318)
* Don't deopt if refcounts are too big
* Detect more at specialization time1 parent d7163bb commit cca43b7
4 files changed
Lines changed: 11 additions & 7 deletions
File tree
- Include/internal
- Misc/NEWS.d/next/Core and Builtins
- Python
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2002 | 2002 | | |
2003 | 2003 | | |
2004 | 2004 | | |
2005 | | - | |
2006 | 2005 | | |
2007 | 2006 | | |
2008 | | - | |
| 2007 | + | |
| 2008 | + | |
2009 | 2009 | | |
2010 | 2010 | | |
2011 | 2011 | | |
| |||
2016 | 2016 | | |
2017 | 2017 | | |
2018 | 2018 | | |
2019 | | - | |
| 2019 | + | |
| 2020 | + | |
2020 | 2021 | | |
2021 | 2022 | | |
2022 | 2023 | | |
| |||
5378 | 5379 | | |
5379 | 5380 | | |
5380 | 5381 | | |
5381 | | - | |
| 5382 | + | |
5382 | 5383 | | |
5383 | 5384 | | |
5384 | 5385 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1742 | 1742 | | |
1743 | 1743 | | |
1744 | 1744 | | |
1745 | | - | |
| 1745 | + | |
1746 | 1746 | | |
1747 | 1747 | | |
1748 | 1748 | | |
| |||
1754 | 1754 | | |
1755 | 1755 | | |
1756 | 1756 | | |
1757 | | - | |
| 1757 | + | |
| 1758 | + | |
| 1759 | + | |
1758 | 1760 | | |
1759 | 1761 | | |
1760 | 1762 | | |
| |||
0 commit comments