Skip to content

Commit 7e19929

Browse files
New blog post on tail calls for MSVC
1 parent c745c4e commit 7e19929

4 files changed

Lines changed: 3533 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Hello! I'm a Python core team member since Aug 2021. I mostly work on the interpreter, JIT compiler's optimizer, and other things in a volunteer capacity. I recently started an actual day job: MPhil/PhD student researching JIT compilers supervised by Laurie Tratt. For open source matters: you can reach me through my email `kenjin@python.org`.
44

5+
* [Python 3.15's interpreter for Windows x86-64 should hopefully be 15% faster](./posts/no-longer-sorry.md)
56
* [A Plan for 5-10%* Faster Free-Threaded JIT by Python 3.16](./posts/faster-jit-plan.md)
67
* [Reflections on 2 years of CPython's JIT Compiler: The good, the bad, the ugly](./posts/jit-reflections.md)
78
* [My Final Year Project / Bachelors' Theses](./posts/fyp.md).

0 commit comments

Comments
 (0)