Author: Maciej Fijalkowski <[email protected]>
Branch: gc_no_cleanup_nursery
Changeset: r73655:d1ca110c9df4
Date: 2014-09-23 11:25 +0200
http://bitbucket.org/pypy/pypy/changeset/d1ca110c9df4/
Log: merge
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
@@ -424,7 +424,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
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit