| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
This brings x_divrem() back into synch with x_divrem1(), which was changed in bpo-46406 to generate faster code to find machine-word division quotients and remainders. Modern processors compute both with a single machine instructioh, but convincing C to exploit that requires writing _less_ "clever" C code.
There was a problem hiding this comment.
LGTM. The macOS GitHub Actions failure looks unrelated.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This brings x_divrem() back into synch with x_divrem1(), which was changed
in bpo-46406 to generate faster code to find machine-word division
quotients and remainders. Modern processors compute both with a single
machine instruction, but convincing C to exploit that requires writing
less "clever" C code.
https://bugs.python.org/issue46504