[Python-Dev] Simplify lnotab? (AST branch update) (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Fri Oct 14 02:43:28 CEST 2005
- Previous message: [Python-Dev] AST branch update
- Next message: [Python-Dev] Simplify lnotab? (AST branch update)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Jeremy Hylton wrote:
Some of the finer points of generating the line number table (lnotab) are wrong. There is some very delicate code to support single stepping with the debugger.
With disk and memory sizes being what they are nowadays, is it still worth making heroic efforts to compress the lnotab table? How about getting rid of all the delicate code and replacing it with something much simpler?
-- Greg Ewing, Computer Science Dept, +--------------------------------------+ University of Canterbury, | A citizen of NewZealandCorp, a | Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. | greg.ewing at canterbury.ac.nz +--------------------------------------+
- Previous message: [Python-Dev] AST branch update
- Next message: [Python-Dev] Simplify lnotab? (AST branch update)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]