[pypy-commit] extradoc extradoc: another task

alex_gaynor noreply at buildbot.pypy.org
Tue Jul 16 10:23:26 CEST 2013


Author: Alex Gaynor <alex.gaynor at 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
 -------------


More information about the pypy-commit mailing list