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 pitrou, serhiy.storchaka, vstinner, yselivanov
Date 2016-02-08.22:23:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454970189.02.0.381417112258.issue26289@psf.upfronthosting.co.za>
In-reply-to
Content
There is no drastic difference on where you implement the fast path.  I'd implement all specializations/optimizations in longobject.c and optimize ceval to call slots directly.  That way, the implact on ceval performance would be minimal.
History
Date User Action Args
2016-02-08 22:23:09yselivanovsetrecipients: + yselivanov, pitrou, vstinner, serhiy.storchaka
2016-02-08 22:23:09yselivanovsetmessageid: <1454970189.02.0.381417112258.issue26289@psf.upfronthosting.co.za>
2016-02-08 22:23:09yselivanovlinkissue26289 messages
2016-02-08 22:23:08yselivanovcreate