Author: Alex Gaynor <alex.gay...@gmail.com>
Branch: extradoc
Changeset: r4986:b8d267e3bfc9
Date: 2013-07-16 01:23 -0700
http://bitbucket.org/pypy/extradoc/changeset/b8d267e3bfc9/

Log:    another task

diff --git a/planning/jit.txt b/planning/jit.txt
--- a/planning/jit.txt
+++ b/planning/jit.txt
@@ -44,6 +44,9 @@
     subq    %rdx, %rax
     ret
 
+- ConstantFloat(0.0) should be generated with pxor %xmm, %xmm; instead of a
+  movabs.
+
 
 OPTIMIZATIONS
 -------------
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to