blip icon indicating copy to clipboard operation
blip copied to clipboard

Line number table (lnotab) not supported

Open bjpop opened this issue 12 years ago • 1 comments

We do not currently generate the line number table (lnotab) for code objects.

bjpop avatar May 26 '13 10:05 bjpop

Support for lnotab is now available, although CPython seems to generate a table entry for every bytecode instruction, whereas we only generate an entry when the line number changes. Our approach produces shorter tables, but I'm not 100% sure if there aren't other reasons that CPython works the way it does.

bjpop avatar Jun 21 '13 08:06 bjpop