]> granicus.if.org Git - python/commit
Incorporate review comments courtesy of Neal Norwitz:
authorRaymond Hettinger <python@rcn.com>
Tue, 24 Aug 2004 04:34:16 +0000 (04:34 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 24 Aug 2004 04:34:16 +0000 (04:34 +0000)
commita12fa148d731562661551e197956341e874e3275
treea89e22272fed3c263b598208c8843b0bcb87c36f
parentfd2d1f7870ec5cd639ab7867a33c6f8628ca1dfb
Incorporate review comments courtesy of Neal Norwitz:
* Perform the code length check earlier.
* Eliminate the extra PyMem_Free() upon hitting an EXTENDED_ARG.
* Assert that the NOP count used in jump retargeting matches the NOPs
  eliminated in the final step.
* Add an XXX note to indicate that more work is being to done to
  handle linenotab with intervals > 255.
Python/compile.c