1. 26 Mar, 2003 1 commit
    • Raymond Hettinger's avatar
      SF patch #707257: Improve code generation · f6f575ae
      Raymond Hettinger authored
      Adds a single function to improve generated bytecode.  Has a single line
      attachment point, so it is completely de-coupled from both the compiler
      and ceval.c.
      
      Makes three simple transforms that do not require a basic block analysis
      or re-ordering of code.  Gives improved timings on pystone, pybench,
      and any code using either "while 1" or "x,y=y,x".
      f6f575ae
  2. 25 Mar, 2003 2 commits
  3. 24 Mar, 2003 4 commits
  4. 23 Mar, 2003 11 commits
  5. 22 Mar, 2003 8 commits
  6. 21 Mar, 2003 14 commits