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.

Author cgohlke
Recipients cgohlke, larry, lemburg, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-09-03.02:06:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441245989.4.0.915325218206.issue24872@psf.upfronthosting.co.za>
In-reply-to
Content
> Do you know where that time is being spent?

The incremental linker.

> I'd guess it's probably O(N**2) with the number of obj file

Doesn't seem so. For example the pyrxp 2.1 package contains only 23 C files and takes minutes to link. Most packages compile and link reasonably fast.
History
Date User Action Args
2015-09-03 02:06:29cgohlkesetrecipients: + cgohlke, lemburg, paul.moore, larry, tim.golden, zach.ware, steve.dower
2015-09-03 02:06:29cgohlkesetmessageid: <1441245989.4.0.915325218206.issue24872@psf.upfronthosting.co.za>
2015-09-03 02:06:29cgohlkelinkissue24872 messages
2015-09-03 02:06:28cgohlkecreate