Patches item #1492828, was opened at 2006-05-22 03:15 Message generated for change (Comment added) made by mrjbq7 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1492828&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: Core (C code) Group: Python 2.5 Status: Open Resolution: None Priority: 5 Submitted By: mrjbq7 (mrjbq7) Assigned to: Nobody/Anonymous (nobody) Summary: Improvements to ceval.c Initial Comment: >From Raymond Hettinger, submitting here to keep track of for NeedForSpeed sprint. Here are some customizations to your Python build: First, make sure that WITH_TSC and WITH_THREAD are not defined in the build. Then, attached diff to disable the tracing code, remove NOPs, speed-up absolute jumps, and increase the signal check interval. ---------------------------------------------------------------------- >Comment By: mrjbq7 (mrjbq7) Date: 2006-05-22 04:00 Message: Logged In: YES user_id=1172546 Okay, now I checked the box "upload and attach file". Thats a terrible UI. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1492828&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
