Skip to content

Commit d43e371

Browse files
minor formatting fixes again
1 parent 376eeba commit d43e371

4 files changed

Lines changed: 13 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
title: I'm Sorry for Python's tail-calling Interpreter's Results
3-
43
---
4+
# I'm Sorry for Python's tail-calling Interpreter's Results
5+
6+
08-Mar-2025
57

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

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
2-
title: Reflections on 2 years of CPython's JIT Compiler: The good, the bad, the ugly
2+
title: Reflections on 2 years of CPython's JIT Compiler---The good, the bad, the ugly
33
---
4+
# Reflections on 2 years of CPython's JIT Compiler: The good, the bad, the ugly
5+
6+
5 July 2025
47

58
This blog post includes my honest opinions on the CPython JIT. What I think we did well,
69
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
title: A Plan for 5-10%* Faster Free-Threaded JIT by Python 3.16
33
---
4+
# A Plan for 5-10%* Faster Free-Threaded JIT by Python 3.16
5+
6+
08-Nov-2025
47

58
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.
69

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
title: Python 3.15's interpreter for Windows x86-64 should hopefully be 15% faster
33
---
4+
# Python 3.15's interpreter for Windows x86-64 should hopefully be 15% faster
5+
6+
24 December 2025
47

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

0 commit comments

Comments
 (0)