Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r52930:096e5c2052c1
Date: 2012-02-27 16:28 +0100
http://bitbucket.org/pypy/pypy/changeset/096e5c2052c1/

Log:    Kill wrong copy-pasted comment.

diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsupport/gc.py
--- a/pypy/jit/backend/llsupport/gc.py
+++ b/pypy/jit/backend/llsupport/gc.py
@@ -773,8 +773,6 @@
         # allocate a fixed-size object, but not in the nursery, because
         # it is too big.
         def malloc_big_fixedsize(size, tid):
-            """Allocate 'size' null bytes out of the nursery.
-            Note that the fast path is typically inlined by the backend."""
             if self.DEBUG:
                 self._random_usage_of_xmm_registers()
             type_id = llop.extract_ushort(llgroup.HALFWORD, tid)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to