[pypy-commit] pypy stmgc-c7: add a TODO

Raemi noreply at buildbot.pypy.org
Wed Feb 25 11:53:13 CET 2015


Author: Remi Meier <remi.meier at gmail.com>
Branch: stmgc-c7
Changeset: r76117:a47e96925062
Date: 2015-02-25 10:19 +0100
http://bitbucket.org/pypy/pypy/changeset/a47e96925062/

Log:	add a TODO

diff --git a/TODO b/TODO
--- a/TODO
+++ b/TODO
@@ -1,3 +1,10 @@
+------------------------------------------------------------
+
+maybe statically optimize away some stm_become_inevitable(), there
+are some loops that call it repeatedly (may be not relevant
+for performance) 
+
+------------------------------------------------------------
 
 1b664888133d (March 15, 2014): the overhead of a non-JIT STM, when
 compared with a non-JIT plain PyPy, is measured to be 54% in a


More information about the pypy-commit mailing list