[pypy-commit] pypy default: oups

arigo noreply at buildbot.pypy.org
Mon Dec 15 17:27:17 CET 2014


Author: Armin Rigo <arigo at tunes.org>
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


More information about the pypy-commit mailing list