Skip to content

Commit b8e6016

Browse files
link to the EP talk
1 parent 3fdb088 commit b8e6016

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

posts/no-longer-sorry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ is around [12k](https://github.com/python/cpython/blob/main/Python/generated_cas
168168
for the switch-case and computed goto interpreter.
169169

170170
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
171+
I have a EuroPython 2025 [talk](https://youtu.be/pUj32SF94Zw?si=aXHa-70nt8EeN9nX) about this. In short, this overly large function
172172
breaks a lot of compiler heuristics.
173173

174174
One of the most beneficial optimisations is inlining. In the past, we've found

0 commit comments

Comments
 (0)