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 pitrou
Recipients Paul Murphy, pitrou, vstinner
Date 2015-08-13.16:16:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439482578.02.0.923275439444.issue24851@psf.upfronthosting.co.za>
In-reply-to
Content
> Initially, I had tried creating a non-inlined function to touch the
> stack memory. It worked in this case, but still required some
> undesirable compiler specific assistance.

Hmm... store the non-inlined function's pointer in a volatile global, and call that pointer?
History
Date User Action Args
2015-08-13 16:16:18pitrousetrecipients: + pitrou, vstinner, Paul Murphy
2015-08-13 16:16:18pitrousetmessageid: <1439482578.02.0.923275439444.issue24851@psf.upfronthosting.co.za>
2015-08-13 16:16:18pitroulinkissue24851 messages
2015-08-13 16:16:17pitroucreate