Staging
v0.5.1
https://github.com/python/cpython
Revision bbbfcd380ef28423042993f723e7640e331db800 authored by Jeffrey Yasskin on 28 February 2009, 19:52:09 UTC, committed by Jeffrey Yasskin on 28 February 2009, 19:52:09 UTC
........
  r70071 | jeffrey.yasskin | 2009-02-28 11:03:21 -0800 (Sat, 28 Feb 2009) | 5 lines

  Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with
  POP_JUMP_IF_{TRUE,FALSE} and JUMP_IF_{TRUE,FALSE}_OR_POP. This avoids executing
  a POP_TOP on each conditional and sometimes allows the peephole optimizer to
  skip a JUMP_ABSOLUTE entirely. It speeds up list comprehensions significantly.
........
1 parent 4dd4052
History
Tip revision: bbbfcd380ef28423042993f723e7640e331db800 authored by Jeffrey Yasskin on 28 February 2009, 19:52:09 UTC
Blocked revisions 70071 via svnmerge
Tip revision: bbbfcd3
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 673 bytes
.hgignore -rw-r--r-- 866 bytes
.hgtags -rw-r--r-- 3.3 KB
LICENSE -rw-r--r-- 13.7 KB
Makefile.pre.in -rw-r--r-- 38.1 KB
README -rw-r--r-- 7.7 KB
RELNOTES -rw-r--r-- 1.4 KB
configure -rwxr-xr-x 657.1 KB
configure.in -rw-r--r-- 103.1 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 29.0 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 63.7 KB

README

back to top