Author: Maciej Fijalkowski <[email protected]>
Branch: slim-down-resumedescr
Changeset: r75102:0b63bcf4575c
Date: 2014-12-24 12:57 +0200
http://bitbucket.org/pypy/pypy/changeset/0b63bcf4575c/

Log:    give up for now

diff --git a/rpython/jit/metainterp/history.py 
b/rpython/jit/metainterp/history.py
--- a/rpython/jit/metainterp/history.py
+++ b/rpython/jit/metainterp/history.py
@@ -151,7 +151,7 @@
     index = -1
     final_descr = False
 
-    _attrs_ = ('adr_jump_offset',)
+    _attrs_ = ('adr_jump_offset', 'rd_locs', 'rd_loop_token')
 
     def handle_fail(self, deadframe, metainterp_sd, jitdriver_sd):
         raise NotImplementedError
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to