Patches item #1492828, was opened at 2006-05-22 06:15 Message generated for change (Comment added) made by tim_one 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: Raymond Hettinger (rhettinger) 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: Tim Peters (tim_one) Date: 2006-05-22 11:39 Message: Logged In: YES user_id=31435 Assigned to Raymond. Raymond is there something of general use here? As a standalone patch, it sucks ;-) ---------------------------------------------------------------------- Comment By: mrjbq7 (mrjbq7) Date: 2006-05-22 07: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
