Feature Requests item #1492860, was opened at 2006-05-22 07:43 Message generated for change (Comment added) made by tim_one You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1492860&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: Performance Group: None Status: Open Resolution: None Priority: 1 Submitted By: Sean Reifschneider (jafo) Assigned to: Nobody/Anonymous (nobody) Summary: Integer bit operations performance improvement. Initial Comment: At the Need for Speed sprint, Tim Peters asked if anyone had any need for integer bit operation performance improvement. Apparently, it's easy to improve, but nobody has said they need this. Please reply to this task if you have an application which needs this. ---------------------------------------------------------------------- >Comment By: Tim Peters (tim_one) Date: 2006-05-22 08:29 Message: Logged In: YES user_id=31435 Changed Category to Performance. The idea with this one is that the eval loop could easily inline "int & int", "int | int", "int ^ int", much as it inlines "int + int" today. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1492860&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com