Message329897
| Author | cstratak |
|---|---|
| Recipients | cstratak, gregory.p.smith, octavian.soldea, vstinner |
| Date | 2018-11-14.10:16:26 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1542190586.09.0.788709270274.issue31354@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I'd say yes. In general python may have been compiled with -flto, but it's still a bit buggy from the compilers' side. It doesn't work well always or at all depending on the toolchain, and even if python was compiled with -flto, that doesn't mean that all c extensions compiled using that python build, would work properly with -flto. In my opinion that should be a flag reserved for python only, if used for its compilation, and not having it propagated to c extensions, similarly to the PGO related flags. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-11-14 10:16:26 | cstratak | set | recipients: + cstratak, gregory.p.smith, vstinner, octavian.soldea |
| 2018-11-14 10:16:26 | cstratak | set | messageid: <1542190586.09.0.788709270274.issue31354@psf.upfronthosting.co.za> |
| 2018-11-14 10:16:26 | cstratak | link | issue31354 messages |
| 2018-11-14 10:16:26 | cstratak | create | |