[Python-Dev] Building a Faster Python (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Mon Jul 22 17:15:08 CEST 2013
- Previous message: [Python-Dev] Building a Faster Python
- Next message: [Python-Dev] Building a Faster Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Le Mon, 22 Jul 2013 11:08:32 -0400, David Malcolm <dmalcolm at redhat.com> a écrit :
How did this thread go from: "for OS X, GCC 4.8.1 gives you significantly faster machine code than the system GCC 4.2.1" to "let's just use clang" ? Presumably if you want the faster possible machine code for the platform the correct approach is to benchmark the available compilers trying various options and to see which does best.
Depends whether the goal is to choose the fastest compiler, or to use the platform's official compiler. Linux distributions don't compile packages with icc, AFAIK.
Regards
Antoine.
- Previous message: [Python-Dev] Building a Faster Python
- Next message: [Python-Dev] Building a Faster Python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]