aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/makeopcodetargets.py
Commit message (Collapse)AuthorAge
* Make Python/makeopcodetargets runnable with Python 2.3. With any luck, thisMark Dickinson2009-01-31
| | | | should solve the 'failed compile' on the x86 gentoo 3.x buildbot.
* Add executable property to Python/makeopcodetargets.pyAntoine Pitrou2009-01-27
|
* Issue #4753: By enabling a configure option named '--with-computed-gotos'Antoine Pitrou2009-01-25
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.