Author: Armin Rigo <ar...@tunes.org> Branch: extradoc Changeset: r5740:d2c31c51500a Date: 2016-10-11 19:40 +0200 http://bitbucket.org/pypy/extradoc/changeset/d2c31c51500a/
Log: misc diff --git a/planning/py3.5/milestone-1-progress.rst b/planning/py3.5/milestone-1-progress.rst --- a/planning/py3.5/milestone-1-progress.rst +++ b/planning/py3.5/milestone-1-progress.rst @@ -36,6 +36,8 @@ * 'import stackless' fails +* "except pyopcode.Return:" in pyframe can't be there, because that's + outside the JIT and it gives terrible performance Milestone 1 (Aug-Sep-Oct 2016) diff --git a/sprintinfo/pyconza2016/topics b/sprintinfo/pyconza2016/topics --- a/sprintinfo/pyconza2016/topics +++ b/sprintinfo/pyconza2016/topics @@ -4,7 +4,7 @@ * run Mercurial benchmarks on pypy, find out why they're slow -* consider the jit opimizeopt's speed-ups +* consider the jit optimizeopt's speed-ups * integrate the memory profiler into vmprof @@ -14,3 +14,8 @@ * discussion about what to do in the next 2-3 weeks + +* spend a day trying to plug cffi instead of lltype+ll2ctypes + +* try out type-specialized bytecodes as a first optimization step after + pure interpretation? _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit