We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fdb088 commit b8e6016Copy full SHA for b8e6016
1 file changed
posts/no-longer-sorry.md
@@ -168,7 +168,7 @@ is around [12k](https://github.com/python/cpython/blob/main/Python/generated_cas
168
for the switch-case and computed goto interpreter.
169
170
This has caused many issues for compilers in the past, too many to list in fact.
171
-I have a EuroPython 2025 talk about this. In short, this overly large function
+I have a EuroPython 2025 [talk](https://youtu.be/pUj32SF94Zw?si=aXHa-70nt8EeN9nX) about this. In short, this overly large function
172
breaks a lot of compiler heuristics.
173
174
One of the most beneficial optimisations is inlining. In the past, we've found
0 commit comments