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 David.Edelsohn
Recipients David.Edelsohn, skrah, vstinner
Date 2015-10-03.14:06:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443881213.93.0.589379452071.issue25276@psf.upfronthosting.co.za>
In-reply-to
Content
Misc/README.AIX comments about XLC do not apply to GCC.

One can adjust the memory space at normal link time with -Wl,-bmaxdata:0xN0000000. This trades off heap for shared memory segments. One does not need the extra ldedit stop, which stuffs the same value into the application header.
History
Date User Action Args
2015-10-03 14:06:53David.Edelsohnsetrecipients: + David.Edelsohn, vstinner, skrah
2015-10-03 14:06:53David.Edelsohnsetmessageid: <1443881213.93.0.589379452071.issue25276@psf.upfronthosting.co.za>
2015-10-03 14:06:53David.Edelsohnlinkissue25276 messages
2015-10-03 14:06:53David.Edelsohncreate