Author: Antonio Cuni <[email protected]> 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 _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
