Author: fijal Branch: extradoc Changeset: r5632:ce02b4dcb219 Date: 2016-04-07 10:59 +0300 http://bitbucket.org/pypy/extradoc/changeset/ce02b4dcb219/
Log: start working on tooling stability doc diff --git a/planning/tooling-stability.rst b/planning/tooling-stability.rst new file mode 100644 --- /dev/null +++ b/planning/tooling-stability.rst @@ -0,0 +1,11 @@ +Tooling stability +----------------- + +1) From PyPy 5, vmprof.com & the viewing of trace/assembler works with any pypy + +2) We need at least crude headless tests for vmprof.com + - performance of cpython 2.7, 3.5, pypy 5 and newer + - jitviewer + +3) local server for vmprof that loads the browser, without user management + _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
