[pypy-svn] r52121 - pypy/dist/pypy/translator/c/gcc

arigo at codespeak.net arigo at codespeak.net
Mon Mar 3 20:58:43 CET 2008


Author: arigo
Date: Mon Mar  3 20:58:41 2008
New Revision: 52121

Modified:
   pypy/dist/pypy/translator/c/gcc/trackgcroot.py
Log:
Remove an XXX - this was already improved.


Modified: pypy/dist/pypy/translator/c/gcc/trackgcroot.py
==============================================================================
--- pypy/dist/pypy/translator/c/gcc/trackgcroot.py	(original)
+++ pypy/dist/pypy/translator/c/gcc/trackgcroot.py	Mon Mar  3 20:58:41 2008
@@ -62,11 +62,6 @@
             ret
         .size pypy_asm_stackwalk_init, .-pypy_asm_stackwalk_init
         """
-        # XXX the two gcmap tables are a bit largish.  They could easily
-        # be compressed by a factor of 4 or more.  I suspect they also
-        # produce large linker tables which could be seriously reduced
-        # as well.  A key observation is that in practice most functions
-        # seem to use exactly the same call shape for each call they contain.
         print >> output, '\t.data'
         print >> output, '\t.align\t4'
         print >> output, '\t.globl\t__gcmapstart'


More information about the pypy-svn mailing list