Skip to content

Add links to compiler options idea #163

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ideas.html
Original file line number Diff line number Diff line change
Expand Up @@ -685,9 +685,9 @@ <h2>
<br/>
Task outline:<br/>
<ul>
<li>There's already a list of compiler option candidates to adopt, use that as the initial list.</li>
<li>There's already a <a href="https://best.openssf.org/Compiler-Hardening-Guides/Compiler-Options-Hardening-Guide-for-C-and-C++">list of compiler option candidates to adopt</a>, use that as the initial list.</li>
<li>Do some performance evaluation for how each compiler option affects performance (using CPython's existing performance suite). Report back on the performance impact of enabling each option.</li>
<li>Implement a small custom tool (proposed in the existing issue) that allows ignoring existing violations of compiler options while preventing future violations. At this point we've achieved a lot of value, all future CPython contributions will have these compiler options applied.</li>
<li>Implement a small custom tool (proposed in the <a href="https://github.com/python/cpython/issues/112301">existing issue</a>) that allows ignoring existing violations of compiler options while preventing future violations. At this point we've achieved a lot of value, all future CPython contributions will have these compiler options applied.</li>
<li>After the tooling is integrated, fill the rest of the project time by remediating known issues.</li>
</ul>
</li>
Expand Down