[Python-Dev] Re: Using emacs' unexec to speed Python startup (was Re: [Python-Dev] Startup time) (original) (raw)

Skip Montanaro skip@pobox.com
Mon, 19 May 2003 10:39:33 -0500


Jeff> How should the changes to core python be included?  Making 'import
Jeff> site' happen when loading a dumped binary required another change.
Jeff> I could easily produce a diff for them.

For now a context diff will probably work. Slightly longer term, if the changes look promising but are somehow incompatible with other stuff (like your mallopt call) I think they should be conditionally compiled and an --enable-unexec flag added to configure. (I assume none of this stuff will work on Windows.)

Skip