[pypy-commit] extradoc extradoc: another idea which just came to our minds

antocuni pypy.commits at gmail.com
Fri Mar 23 06:15:26 EDT 2018


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: extradoc
Changeset: r5883:d1b1f741d1de
Date: 2018-03-23 11:15 +0100
http://bitbucket.org/pypy/extradoc/changeset/d1b1f741d1de/

Log:	another idea which just came to our minds

diff --git a/planning/cpyext.txt b/planning/cpyext.txt
--- a/planning/cpyext.txt
+++ b/planning/cpyext.txt
@@ -18,3 +18,7 @@
 
 - methodobject.py: be ready for make_ref() to fail, and free the
   partially-contructed tuple (same logic as tuple_attach)
+
+- add JIT support to virtualize the pypy side placeholders of PyObject*: this
+  way, if a PyObject* is converted to W_Root only for the lifetime of the
+  loop, we can avoid the cost entirely


More information about the pypy-commit mailing list