Author: Remi Meier <[email protected]> Branch: extradoc Changeset: r5267:9b0ba0d80995 Date: 2014-05-26 16:49 +0200 http://bitbucket.org/pypy/extradoc/changeset/9b0ba0d80995/
Log: add todo diff --git a/talk/dls2014/paper/TODO b/talk/dls2014/paper/TODO new file mode 100644 --- /dev/null +++ b/talk/dls2014/paper/TODO @@ -0,0 +1,14 @@ +* measure things +** memory: residual & GC-numbers +** overhead: breakdown (maybe also with multiple threads) +** scaling: microbenchmark +** real-world: our benchmarks on all working interpreters (& Jython) +* explain better the GC-STM integration and its benefits + +Finalize +======== + +* check "claims" in discussion.txt +* re-check the benchmark results (any unexplained weirdness?) +* find references / citations / related work +* check abstract and conclusion, acks & authors _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
