diff options
author | Matti Picus <matti.picus@gmail.com> | 2021-03-02 07:25:29 +0200 |
---|---|---|
committer | Matti Picus <matti.picus@gmail.com> | 2021-03-02 07:25:29 +0200 |
commit | 2d95127c7b5998b546b73d2b250f1c01f2b22426 (patch) | |
tree | cc510951ccacd938d208e82beb216ce337b59625 | |
parent | Implement vmprof support for aarch64 (diff) | |
download | pypy-2d95127c7b5998b546b73d2b250f1c01f2b22426.tar.gz pypy-2d95127c7b5998b546b73d2b250f1c01f2b22426.tar.bz2 pypy-2d95127c7b5998b546b73d2b250f1c01f2b22426.zip |
document branch
-rw-r--r-- | pypy/doc/whatsnew-head.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst index 4b6c1ff4c9..c423d8787a 100644 --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -94,3 +94,7 @@ Fix ``PyObject_Format`` for type objects .. branch: string-algorithmic-optimizations Faster str.replace and bytes.replace implementations. + +.. branch: vmprof-aarch64 + +Enable vmprof on arm64 |