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, serhiy.storchaka, vstinner, yselivanov, ztane
Date 2016-09-15.06:43:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473921821.41.0.25013292765.issue28158@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy, feel free to review the patch.  Guido and Ned okayed it to be committed before 3.6b2.

Currently the patch only optimizes one opcode -- LOAD_GLOBAL, but cveal_cache.h file provides the infrastructure to easily implement more opcode caches.  I can simplify that file (remove all macros) if it's too hard to review it.
History
Date User Action Args
2016-09-15 06:43:41yselivanovsetrecipients: + yselivanov, brett.cannon, vstinner, serhiy.storchaka, ztane
2016-09-15 06:43:41yselivanovsetmessageid: <1473921821.41.0.25013292765.issue28158@psf.upfronthosting.co.za>
2016-09-15 06:43:41yselivanovlinkissue28158 messages
2016-09-15 06:43:41yselivanovcreate