diff options
author | Mark Shannon <mark@hotpy.org> | 2021-04-08 10:22:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 10:22:55 (GMT) |
commit | 28d28e053db6b69d91c2dfd579207cd8ccbc39e7 (patch) | |
tree | bc37ffc6640173d75b449b6dcb11c2bceae6e4a1 /Lib/test/test_dataclasses.py | |
parent | b98eba5bc2ffbe7a0ed49d540ebc4f756ae61985 (diff) | |
download | cpython-28d28e053db6b69d91c2dfd579207cd8ccbc39e7.zip cpython-28d28e053db6b69d91c2dfd579207cd8ccbc39e7.tar.gz cpython-28d28e053db6b69d91c2dfd579207cd8ccbc39e7.tar.bz2 |
bpo-43760: Streamline dispatch sequence for machines without computed gotos. (GH-25244)
* Do fetch and decode at end of opcode then jump directly to switch.
Should allow compilers that don't support computed-gotos, specifically MSVC,
to generate better code.
Diffstat (limited to 'Lib/test/test_dataclasses.py')
0 files changed, 0 insertions, 0 deletions