Skip to content

Commit e9da4e5

Browse files
committed
mention that it's kind of a rare problem to have
1 parent b140ebc commit e9da4e5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

posts/2021/09/open-ended-traces.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,11 @@ have such mechanisms as well).
264264
In this post we've described a performance cliff in PyPy's JIT, that of really
265265
big auto-generated functions which hit the trace limit without inlining, that we
266266
still want to generate machine code for. We achieve this by chunking up the
267-
trace into several smaller traces, which we compile piece by piece. The work
267+
trace into several smaller traces, which we compile piece by piece. This is not
268+
a super common thing to be happening – otherwise we would have run into and
269+
fixed it earlier – but it's still good to have a fix now.
270+
271+
The work
268272
described in this post tiny bit experimental still, but we will release it as
269273
part of the upcoming 3.8 beta release, to get some more experience with it.
270274
Please grab a [3.8 release

0 commit comments

Comments
 (0)