Author: hager <[email protected]>
Branch: ppc-jit-backend
Changeset: r48382:92cd323471d9
Date: 2011-10-24 18:49 +0200
http://bitbucket.org/pypy/pypy/changeset/92cd323471d9/

Log:    Remove comment

diff --git a/pypy/jit/backend/ppc/ppcgen/regalloc.py 
b/pypy/jit/backend/ppc/ppcgen/regalloc.py
--- a/pypy/jit/backend/ppc/ppcgen/regalloc.py
+++ b/pypy/jit/backend/ppc/ppcgen/regalloc.py
@@ -430,8 +430,6 @@
         size = arraydescr.get_item_size(cpu.translate_support_code)
         ptr = arraydescr.is_array_of_pointers()
         scale = 0
-        # XXX HACK, improve!
-        #if not arraydescr._clsname.startswith("BoolArrayDescr"):
         while (1 << scale) < size:
             scale += 1
         assert (1 << scale) == size
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to