]> granicus.if.org Git - python/commit
Issue #4753: By enabling a configure option named '--with-computed-gotos'
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 25 Jan 2009 16:34:23 +0000 (16:34 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 25 Jan 2009 16:34:23 +0000 (16:34 +0000)
commitb52ec78baf236272800017fdb2b7f243741c1851
tree9413ca8258942269b39cc831a6788be0c772f203
parente6aad75f2ba571de7f1bebcf6b1251c2c22360f1
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.
Makefile.pre.in
Misc/NEWS
Python/ceval.c
Python/makeopcodetargets.py [new file with mode: 0644]
Python/opcode_targets.h [new file with mode: 0644]
configure
configure.in
pyconfig.h.in