Author: Armin Rigo <ar...@tunes.org>
Branch: stmgc-c7
Changeset: r69975:9cbbb042ad60
Date: 2014-03-15 18:17 +0100
http://bitbucket.org/pypy/pypy/changeset/9cbbb042ad60/

Log:    Mention multiple stm_writes in a row

diff --git a/TODO b/TODO
--- a/TODO
+++ b/TODO
@@ -21,6 +21,14 @@
 Assuming that all other points stayed at the same overhead, it would
 perfectly explain the slow-down.
 
+------------------------------------------------------------
+
+clang doesn't optimize multiple stm_write() in a row (unlike GCC).
+Optimize them manually...
+
+------------------------------------------------------------
+
+
 
 
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to