Author: Remi Meier <remi.me...@gmail.com>
Branch: extradoc
Changeset: r5956:f800f7a9c095
Date: 2019-07-25 09:44 +0200
http://bitbucket.org/pypy/extradoc/changeset/f800f7a9c095/

Log:    final fixes..

diff --git a/blog/draft/2019-07-arm64.rst b/blog/draft/2019-07-arm64.rst
--- a/blog/draft/2019-07-arm64.rst
+++ b/blog/draft/2019-07-arm64.rst
@@ -48,10 +48,10 @@
 to measurements performed on older ARM boards, the branch predictor on the
 Graviton A1 machine appears to have improved. As a result, the speedups 
achieved
 by PyPy over CPython are smaller than on older ARM boards: sufficiently branchy
-code, like CPython itself, simply runs a lot faster. As a result, the advantage
+code, like CPython itself, simply runs a lot faster. Hence, the advantage
 of the non-branchy code generated by PyPy's just-in-time compiler is smaller.
 
-One takeaway here is that many possible improvements for PyPy yet to be
+One takeaway here is that many possible improvements for PyPy have yet to be
 implemented. This is true for both of the above platforms, but probably more so
 for AArch64, which comes with a large number of CPU registers. The PyPy backend
 was written with x86 (the 32-bit variant) in mind, which has a really low 
number
@@ -62,4 +62,5 @@
 instructions, something we intend to improve.
 
 Best,
+
 Maciej Fijalkowski, Armin Rigo and the PyPy team
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to