Skip to content

Commit 3f0bd41

Browse files
committed
mention vmprof backend for ARM64
1 parent e586f1d commit 3f0bd41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

posts/2021/04/pypy-v734-release-of-python-27-and-37.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ for c-extension authors who wish their code to be performant on alternative
6868
interpreters like GraalPython_ (written on top of the Java virtual machine),
6969
RustPython_, and PyPy. Thanks to Oracle and IBM for sponsoring work on HPy.
7070

71+
Support for the vmprof_ statistical profiler has been extended to ARM64 via a
72+
built-in backend.
73+
7174
Several issues exposed in the 7.3.3 release were fixed. Many of them came from the
7275
great work ongoing to ship PyPy-compatible binary packages in `conda-forge`_.
7376
A big shout out to them for taking this on.
@@ -124,6 +127,7 @@ building wheels for PyPy.
124127
.. _`GraalPython`: https://github.com/graalvm/graalpython
125128
.. _`RustPython`: https://github.com/RustPython/RustPython
126129
.. _`renovated blog site`: https://pypy.org/blog
130+
.. _vmprof: https://vmprof.readthedocs.io/en/latest/
127131

128132

129133
What is PyPy?

0 commit comments

Comments
 (0)