Author: Gregor Wegberg <[email protected]>
Branch: gc-incminimark-pinning
Changeset: r72790:7243202f2115
Date: 2014-08-13 16:54 +0200
http://bitbucket.org/pypy/pypy/changeset/7243202f2115/

Log:    as discussed with fijal (irc, 2014-08-13) should be correct.

diff --git a/rpython/rtyper/lltypesystem/lloperation.py 
b/rpython/rtyper/lltypesystem/lloperation.py
--- a/rpython/rtyper/lltypesystem/lloperation.py
+++ b/rpython/rtyper/lltypesystem/lloperation.py
@@ -480,9 +480,9 @@
     'gc_writebarrier':      LLOp(canrun=True),
     'gc_writebarrier_before_copy': LLOp(canrun=True),
     'gc_heap_stats'       : LLOp(canmallocgc=True),
-    'gc_pin'              : LLOp(canrun=True), # XXX understand this, correct? 
(groggi)
-    'gc_unpin'            : LLOp(canrun=True), # XXX understand this, correct? 
(groggi)
-    'gc__is_pinned'        : LLOp(canrun=True), # XXX understand this, 
correct? (groggi)
+    'gc_pin'              : LLOp(canrun=True),
+    'gc_unpin'            : LLOp(canrun=True),
+    'gc__is_pinned'        : LLOp(canrun=True),
 
     'gc_get_rpy_roots'    : LLOp(),
     'gc_get_rpy_referents': LLOp(),
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to