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 louielu
Recipients louielu, mark.dickinson, niklasf, pitrou, serhiy.storchaka, vstinner
Date 2017-04-22.12:19:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492863585.68.0.106547690578.issue29782@psf.upfronthosting.co.za>
In-reply-to
Content
If this issue is closed by "not a big performance improvement", maybe the XXX in mathmoudle.c should be take off?

"""
/* XXX: This routine does more or less the same thing as
 * bits_in_digit() in Objects/longobject.c.  Someday it would be nice to
 * consolidate them.  On BSD, there's a library function called fls()
 * that we could use, and GCC provides __builtin_clz().
 */
"""
History
Date User Action Args
2017-04-22 12:19:45louielusetrecipients: + louielu, mark.dickinson, pitrou, vstinner, serhiy.storchaka, niklasf
2017-04-22 12:19:45louielusetmessageid: <1492863585.68.0.106547690578.issue29782@psf.upfronthosting.co.za>
2017-04-22 12:19:45louielulinkissue29782 messages
2017-04-22 12:19:45louielucreate