This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2003年05月09日 09:02 by jvr, last changed 2022年04月10日 16:08 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg60327 - (view) | Author: Just van Rossum (jvr) * (Python triager) | Date: 2003年05月09日 09:02 | |
This article: http://www.unsanity.org/archives/000044.php says that the -mdynamic-no-pic gcc flag can boost performance of statically linked apps around 10%. Testing this with a non-framework build of Python shows this is indeed the case. |
|||
| msg60328 - (view) | Author: Bob Ippolito (bob.ippolito) * (Python committer) | Date: 2006年07月15日 17:09 | |
Logged In: YES user_id=139309 This isn't really relevant, Mac OS X builds of Python are built as a shared library or framework (same thing, basically). Both cases require PIC. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月10日 16:08:39 | admin | set | github: 38471 |
| 2008年03月16日 21:28:11 | jvr | set | status: open -> closed resolution: rejected |
| 2008年03月16日 21:07:55 | georg.brandl | set | type: enhancement -> performance |
| 2003年05月09日 09:02:19 | jvr | create | |