
Aug. 8, 2022
4:06 p.m.
Hi, I converted a long running program (~52k LOC) from python 2.7 to python 3.8. I run my tests on Window 10 (64) against pypy 3.8 (7.3.7) and cpython 3.8. Now I'm profiling the code with cProfile + gprof2dot. I noticed that increasing PYPY_GC_NURSERY improved the program's performance, but it's still only marginally faster than under Cpython. I set PYPYLOG to generate a Jitviewer-compatible file (~ 17Mb), but it seems that this tool is no longer maintained. Is that correct? What can I do to get more insight into what the JIT is doing? And what GC vars should generally be used? Thanks in advance for your help. Best wishes, Albert-Jan
954
Age (days ago)
954
Last active (days ago)
0 comments
1 participants
participants (1)
-
AJ R