Skip to content

Commit 2461d29

Browse files
authored
Merge pull request #163 from sethmlarson/patch-1
Add links to compiler options idea
2 parents b1d65c4 + 35a06f1 commit 2461d29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: ideas.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -685,9 +685,9 @@ <h2>
685685
<br/>
686686
Task outline:<br/>
687687
<ul>
688-
<li>There's already a list of compiler option candidates to adopt, use that as the initial list.</li>
688+
<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>
689689
<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>
690-
<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>
690+
<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>
691691
<li>After the tooling is integrated, fill the rest of the project time by remediating known issues.</li>
692692
</ul>
693693
</li>

0 commit comments

Comments
 (0)