[pypy-commit] pypy ppc-jit-backend: (bivab, hager): add XXX comment

hager noreply at buildbot.pypy.org
Thu Mar 1 13:08:48 CET 2012


Author: hager <sven.hager at uni-duesseldorf.de>
Branch: ppc-jit-backend
Changeset: r53048:6bd5237a7e4d
Date: 2012-03-01 04:06 -0800
http://bitbucket.org/pypy/pypy/changeset/6bd5237a7e4d/

Log:	(bivab, hager): add XXX comment

diff --git a/pypy/jit/backend/ppc/assembler.py b/pypy/jit/backend/ppc/assembler.py
--- a/pypy/jit/backend/ppc/assembler.py
+++ b/pypy/jit/backend/ppc/assembler.py
@@ -38,6 +38,7 @@
     def get_number_of_ops(self):
         return len(self.insts)
 
+    # XXX don't need multiplication
     def get_rel_pos(self):
         return 4 * len(self.insts)
 


More information about the pypy-commit mailing list