Author: Remi Meier <remi.me...@inf.ethz.ch>
Branch: stmgc-c8-gcc
Changeset: r78879:a91821ab8a4a
Date: 2015-08-11 11:26 +0200
http://bitbucket.org/pypy/pypy/changeset/a91821ab8a4a/

Log:    add a TODO item that I just found

diff --git a/TODO b/TODO
--- a/TODO
+++ b/TODO
@@ -1,3 +1,10 @@
+------------------------------------------------------------
+
+the loop in
+  rstm.update_marker_num(intmask(next_instr) * 2 + 1)
+can take up to 10% of dispatch_bytecode for non-JIT.
+(in pyopcode.py)
+
 ------------------------------------------------------------
 
 fuse the two 32bit setfield_gc for stmflags & tid in the jit
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to