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 alecsandru.patrascu
Recipients alecsandru.patrascu, brett.cannon, r.david.murray, skrah, zach.ware
Date 2015-12-12.12:16:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449922579.21.0.992944654499.issue25827@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you David for including me in this issue. 

On ICC, when executing the instrumented applications, it will generate dynamic information file that has a unique name and .dyn suffix. From my previous experience with GCC and CLANG PGO patch (issue24915), also the output of the autoconf will have to be included in the final diff.

Regarding the place for adding the '-fp-model strict' flags, I had the same dillema when working on the LTO patch (issue25702), because I needed the flags to be propagated to _all_ compilation and linking phases, and finally decided to add them to the CONFIGURE_CFLAGS, CONFIGURE_CFLAGS_NODIST, CONFIGURE_CPPFLAGS, CONFIGURE_LDFLAGS variables in the Makefile.pre.in file. You can try there also and keep the BASECFLAGS clean .
History
Date User Action Args
2015-12-12 12:16:19alecsandru.patrascusetrecipients: + alecsandru.patrascu, brett.cannon, r.david.murray, skrah, zach.ware
2015-12-12 12:16:19alecsandru.patrascusetmessageid: <1449922579.21.0.992944654499.issue25827@psf.upfronthosting.co.za>
2015-12-12 12:16:19alecsandru.patrasculinkissue25827 messages
2015-12-12 12:16:18alecsandru.patrascucreate