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, francismb, gvanrossum, ncoghlan, vstinner, yselivanov
Date 2016-04-29.23:06:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461971191.89.0.425500439667.issue26219@psf.upfronthosting.co.za>
In-reply-to
Content
Alright, attaching a rebased patch (opcache3.patch).

Some caveats:

1. The patch embeds a fairly outdated PEP 509 implementation.

2. A PoC implementation of LOAD_METHOD opcode that should be really cleaned-up (and some parts of it rewritten).

3. I was going to spend more time on ceval.c code to make it lighter, and, perhaps, break large chunks of code into small functions.

All in all, this patch can be used for benchmarking, but it's not yet ready for a thorough code review.

Last thing, if you flip OPCODE_CACHE_STATS to 1 in ceval.c, python will print debug stats on opcode cache.
History
Date User Action Args
2016-04-29 23:06:32yselivanovsetrecipients: + yselivanov, gvanrossum, brett.cannon, ncoghlan, vstinner, francismb
2016-04-29 23:06:31yselivanovsetmessageid: <1461971191.89.0.425500439667.issue26219@psf.upfronthosting.co.za>
2016-04-29 23:06:31yselivanovlinkissue26219 messages
2016-04-29 23:06:31yselivanovcreate