Skip to content

Commit 376eeba

Browse files
set title
1 parent 71d7022 commit 376eeba

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

_posts/2025-03-08-apology-tail-call.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# I'm Sorry for Python's tail-calling Interpreter's Results
1+
---
2+
title: I'm Sorry for Python's tail-calling Interpreter's Results
3+
4+
---
25

36
This is my first blog post ever. I want to use it to say
47
I'm truly sorry for communicating inaccurate results for

_posts/2025-07-05-jit-reflections.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Reflections on 2 years of CPython's JIT Compiler: The good, the bad, the ugly
1+
---
2+
title: Reflections on 2 years of CPython's JIT Compiler: The good, the bad, the ugly
3+
---
24

35
This blog post includes my honest opinions on the CPython JIT. What I think we did well,
46
what I think we could have done better. I'll also do some brief qualititative

_posts/2025-11-08-faster-jit-plan.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# A Plan for 5-10%* Faster Free-Threaded JIT by Python 3.16
1+
---
2+
title: A Plan for 5-10%* Faster Free-Threaded JIT by Python 3.16
3+
---
24

35
During the Python Core Dev Sprint in Cambridge hosted by ARM, we planned to make the JIT in CPython 5% faster by 3.15 and 10% faster by 3.16. The planners present were Savannah Ostrowski, Mark Shannon, Ken Jin (me), Diego Russo and Brandt Bucher. We were accompanied by other CPython core team members as well.
46

_posts/2025-12-24-no-longer-sorry.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Python 3.15's interpreter for Windows x86-64 should hopefully be 15% faster
1+
---
2+
title: Python 3.15's interpreter for Windows x86-64 should hopefully be 15% faster
3+
---
24

35
Some time ago I posted an [apology piece](./2025-03-08-apology-tail-call.md)
46
for Python's tail calling results. I apologized for communicating performance

0 commit comments

Comments
 (0)