Skip to content

Commit 9bfc595

Browse files
Add Diego's suggestion
1 parent 7048e10 commit 9bfc595

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

posts/jit-reflections.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ I don't know how long that is at this point ... 2.5, maybe almost 3 years?
1111
Anyways, I'm primarily responsible for Python's JIT compiler's
1212
[optimizer](https://docs.python.org/3.13/whatsnew/3.13.html#an-experimental-just-in-time-jit-compiler).
1313

14+
Note that at this point of time, the JIT is still experimental. This means
15+
it's not ready for prime time yet: this blog post may go out of date
16+
fairly quickly!
1417

1518
## Here's a short summary:
1619

@@ -139,6 +142,8 @@ don't want to bring unwanted attention to the other efforts for the moment.
139142
Just know this: there are multiple parallel efforts to improve the JIT now
140143
that we have a bigger community around it that can enable such work.
141144
The road getting here has been tough, but there's promise in our future.
145+
We also really need help testing the JIT and getting more data for it.
146+
Please try it out!
142147

143148

144149
## Correction notice

0 commit comments

Comments
 (0)