]> granicus.if.org Git - python/commit
Install two code generation optimizations that depend on NOP.
authorRaymond Hettinger <python@rcn.com>
Mon, 21 Jun 2004 16:31:15 +0000 (16:31 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 21 Jun 2004 16:31:15 +0000 (16:31 +0000)
commit9c18e81fb23d60ea77bdf4f3c2649296f26e4a95
treeb0a494cfa23bf97cbbd52019328a22c32db9e524
parent2c9f889122b48395c1997b08dd328f33f64f1ecd
Install two code generation optimizations that depend on NOP.
Reduces the cost of "not" to almost zero.
Include/opcode.h
Lib/opcode.py
Python/ceval.c
Python/compile.c