Author: Armin Rigo <ar...@tunes.org>
Branch: gc_no_cleanup_nursery
Changeset: r73645:39024806c7ac
Date: 2014-09-22 11:17 +0200
http://bitbucket.org/pypy/pypy/changeset/39024806c7ac/

Log:    Update comment

diff --git a/rpython/jit/backend/llsupport/rewrite.py 
b/rpython/jit/backend/llsupport/rewrite.py
--- a/rpython/jit/backend/llsupport/rewrite.py
+++ b/rpython/jit/backend/llsupport/rewrite.py
@@ -423,7 +423,8 @@
 
     def gen_malloc_nursery(self, size, v_result):
         """Try to generate or update a CALL_MALLOC_NURSERY.
-        If that fails, generate a plain CALL_MALLOC_GC instead.
+        If that succeeds, return True; you still need to write the tid.
+        If that fails, return False.
         """
         size = self.round_up_for_allocation(size)
         if not self.gc_ll_descr.can_use_nursery_malloc(size):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to