Mark Dickinson <dicki...@gmail.com> added the comment: > "simplify" the code by directly outputting to (int*)v and > ((int*)v)[1];
This does indeed seem to produce better compiler output, at least under Apple gcc-4.0.1, Apple gcc-4.2.1, and non-Apple gcc-4.4.1. Here's a revised patch, which also separates the i386 and x86_64 cases. Assigning to Martin for review. ---------- assignee: mark.dickinson -> loewis Added file: http://bugs.python.org/file15115/tsc2.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6603> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com