mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #27076: Merge spelling from 3.5
This commit is contained in:
commit
3e04d5b306
66 changed files with 232 additions and 232 deletions
|
@ -407,7 +407,7 @@ markblocks(unsigned char *code, Py_ssize_t len)
|
|||
To keep the optimizer simple, it bails when the lineno table has complex
|
||||
encoding for gaps >= 255.
|
||||
|
||||
Optimizations are restricted to simple transformations occuring within a
|
||||
Optimizations are restricted to simple transformations occurring within a
|
||||
single basic block. All transformations keep the code size the same or
|
||||
smaller. For those that reduce size, the gaps are initially filled with
|
||||
NOPs. Later those NOPs are removed and the jump addresses retargeted in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue