Skip to content

Commit

Permalink
Merge pull request #163 from sethmlarson/patch-1
Browse files Browse the repository at this point in the history
Add links to compiler options idea
  • Loading branch information
warthog9 authored Mar 28, 2024
2 parents b1d65c4 + 35a06f1 commit 2461d29
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 2461d29

Please sign in to comment.