[pypy-commit] pypy default: add a point about ffistruct

antocuni noreply at buildbot.pypy.org
Thu Jun 7 13:54:24 CEST 2012


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r55463:d4cd53ec83f2
Date: 2012-06-07 13:54 +0200
http://bitbucket.org/pypy/pypy/changeset/d4cd53ec83f2/

Log:	add a point about ffistruct

diff --git a/pypy/doc/release-1.9.0.rst b/pypy/doc/release-1.9.0.rst
--- a/pypy/doc/release-1.9.0.rst
+++ b/pypy/doc/release-1.9.0.rst
@@ -72,6 +72,11 @@
 * A lot of progress on various aspects of ``numpypy``. See `numpy-status`_
   page for the automatic report.
 
+* It is now possible to create and manipulate C-like structures using the
+  PyPy-only ``_ffi`` module.  The advantage over using e.g. ``ctypes`` is that
+  ``_ffi`` is very JIT-friendly, and getting/setting of fields is translated
+  to few assembler instructions by the JIT.
+
 * The non-x86 backends for the JIT are progressing but are still not
   merged (ARMv7 and PPC64).
 


More information about the pypy-commit mailing list