mirror of
https://github.com/python/cpython.git
synced 2025-10-21 14:12:27 +00:00
Issue #4753: By enabling a configure option named '--with-computed-gotos'
on compilers that support it (notably: gcc, SunPro, icc), the bytecode evaluation loop is compiled with a new dispatch mechanism which gives speedups of up to 20%, depending on the system, on various benchmarks.
This commit is contained in:
parent
e6aad75f2b
commit
b52ec78baf
8 changed files with 7570 additions and 6217 deletions
497
Python/ceval.c
497
Python/ceval.c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue