[pypy-commit] pypy default: Kill wrong copy-pasted comment.

arigo noreply at buildbot.pypy.org
Mon Feb 27 16:28:47 CET 2012


Author: Armin Rigo <arigo at tunes.org>
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)


More information about the pypy-commit mailing list