[pypy-commit] pypy shadowstack-perf: Fix.

arigo noreply at buildbot.pypy.org
Sat Jul 2 18:25:25 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: shadowstack-perf
Changeset: r45275:e1cb1542e148
Date: 2011-07-02 18:34 +0200
http://bitbucket.org/pypy/pypy/changeset/e1cb1542e148/

Log:	Fix.

diff --git a/pypy/rpython/memory/gctransform/shadowstack.py b/pypy/rpython/memory/gctransform/shadowstack.py
--- a/pypy/rpython/memory/gctransform/shadowstack.py
+++ b/pypy/rpython/memory/gctransform/shadowstack.py
@@ -9,6 +9,7 @@
 from pypy.translator.unsimplify import copyvar
 from pypy.objspace.flow.model import Block, Link, Constant
 from pypy.objspace.flow.model import checkgraph, mkentrymap
+from pypy.annotation import model as annmodel
 
 
 class ShadowStackRootWalker(BaseRootWalker):


More information about the pypy-commit mailing list