Author: Armin Rigo <ar...@tunes.org>
Branch: extradoc
Changeset: r5162:279c414f8907
Date: 2014-02-25 15:27 +0100
http://bitbucket.org/pypy/extradoc/changeset/279c414f8907/

Log:    Add a bug here (bug tracker is read-only!)

diff --git a/planning/jit.txt b/planning/jit.txt
--- a/planning/jit.txt
+++ b/planning/jit.txt
@@ -201,3 +201,14 @@
 
   - Movinging loop-invariant setitems out of the loops entierly.
 
+
+Bugs (bug tracker is down right now)
+------------------------------------
+
+@jit.elidable annotations are completely ignored if the function has
+"random side-effects".  In 040f3ac28afb we display a warning, at least.
+In order to turn the warning into an error, we need to review the
+numerous places in PyPy where the warning occurs.  The initial list:
+
+    http://bpaste.net/show/182628/
+
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to