File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,11 @@ have such mechanisms as well).
264
264
In this post we've described a performance cliff in PyPy's JIT, that of really
265
265
big auto-generated functions which hit the trace limit without inlining, that we
266
266
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
268
272
described in this post tiny bit experimental still, but we will release it as
269
273
part of the upcoming 3.8 beta release, to get some more experience with it.
270
274
Please grab a [ 3.8 release
You can’t perform that action at this time.
0 commit comments