This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients brett.cannon, ncoghlan, vstinner, yselivanov
Date 2016-01-27.19:58:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453924710.56.0.077387489396.issue26219@psf.upfronthosting.co.za>
In-reply-to
Content
BTW, there are a couple of unit-tests that fail.  Both can be easily fixed.

To really move this thing forward, we need to profile the memory usage.  First, it would be interesting to see how much additional memory is consumed if we optimize every code object.  That will give us an idea of the overhead, and if it is significant, we can experiment with various heuristics to minimize it.
History
Date User Action Args
2016-01-27 19:58:30yselivanovsetrecipients: + yselivanov, brett.cannon, ncoghlan, vstinner
2016-01-27 19:58:30yselivanovsetmessageid: <1453924710.56.0.077387489396.issue26219@psf.upfronthosting.co.za>
2016-01-27 19:58:30yselivanovlinkissue26219 messages
2016-01-27 19:58:30yselivanovcreate