Author: Armin Rigo <[email protected]>
Branch: boehm-rawrefcount
Changeset: r86920:8910c2dbe6a0
Date: 2016-09-07 10:01 +0200
http://bitbucket.org/pypy/pypy/changeset/8910c2dbe6a0/

Log:    Add missing operation

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
@@ -491,6 +491,7 @@
     'gc_rawrefcount_create_link_pyobj': LLOp(),
     'gc_rawrefcount_from_obj':          LLOp(sideeffects=False),
     'gc_rawrefcount_to_obj':            LLOp(sideeffects=False),
+    'gc_rawrefcount_next_dead':         LLOp(),
 
     # ------- JIT & GC interaction, only for some GCs ----------
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to