Author: hager <[email protected]>
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)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit