[pypy-svn] r36790 - pypy/dist/pypy/jit/codegen/llgraph

arigo at codespeak.net arigo at codespeak.net
Mon Jan 15 21:06:15 CET 2007


Author: arigo
Date: Mon Jan 15 21:06:11 2007
New Revision: 36790

Modified:
   pypy/dist/pypy/jit/codegen/llgraph/rgenop.py
Log:
Argh.  Cannot _freeze_() the RGenOp instance, as we now use a read/write
attribute currently_writing for debugging.


Modified: pypy/dist/pypy/jit/codegen/llgraph/rgenop.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/llgraph/rgenop.py	(original)
+++ pypy/dist/pypy/jit/codegen/llgraph/rgenop.py	Mon Jan 15 21:06:11 2007
@@ -369,9 +369,6 @@
             v = fishllattr(gv, 'v')
         return llimpl.reveal(v)
 
-    def _freeze_(self):
-        return True    # no real point in using a full class in llgraph
-
     @staticmethod
     @specialize.arg(0)
     def read_frame_var(T, base, info, index):



More information about the Pypy-commit mailing list