Author: Armin Rigo <[email protected]>
Branch:
Changeset: r74941:ad419d66acec
Date: 2014-12-15 16:26 +0000
http://bitbucket.org/pypy/pypy/changeset/ad419d66acec/
Log: oups
diff --git a/rpython/rtyper/lltypesystem/rordereddict.py
b/rpython/rtyper/lltypesystem/rordereddict.py
--- a/rpython/rtyper/lltypesystem/rordereddict.py
+++ b/rpython/rtyper/lltypesystem/rordereddict.py
@@ -608,6 +608,7 @@
# The loop below does a lot of writes into 'newitems'. It's a better
# idea to do a single gc_writebarrier rather than activating the
# card-by-card logic (worth 11% in microbenchmarks).
+ from rpython.rtyper.lltypesystem.lloperation import llop
llop.gc_writebarrier(lltype.Void, newitems)
#
ENTRIES = lltype.typeOf(d).TO.entries.TO
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit