File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ range of ~60% slowdown (one or two outliers) to 78% speedup.
121121However, the key thing is that the vast majority of benchmaarks sped up!
122122
123123![ Tailcall results] ( ./media/TC-PGO-Ex3-vs-PGO.svg )
124+ * Chart credits to Michael Droettboom*
124125
125126> [ !WARNING]
126127> These results are on an experimental internal MSVC compiler, public results below.
@@ -153,7 +154,7 @@ This is now listed in the What's New for 3.15 notes:
153154
154155### Where exactly do the speedups come from?
155156
156- I used to believe the the tailcalling interpreters get their speedup
157+ I used to believe the the tail calling interpreters get their speedup
157158from better register use. While I still believe that now, I suspect that is
158159not the main reason for speedups in CPython.
159160
You can’t perform that action at this time.
0 commit comments