Author: Maciej Fijalkowski <[email protected]>
Branch: vref-copy
Changeset: r56848:c5f800e2448a
Date: 2012-08-25 12:39 +0200
http://bitbucket.org/pypy/pypy/changeset/c5f800e2448a/

Log:    leave a crash and a comment, so I know what's going on when I come
        back

diff --git a/pypy/jit/backend/llgraph/runner.py 
b/pypy/jit/backend/llgraph/runner.py
--- a/pypy/jit/backend/llgraph/runner.py
+++ b/pypy/jit/backend/llgraph/runner.py
@@ -588,6 +588,8 @@
         return lltype.malloc(LOOP_RUN_CONTAINER, 0)
 
     def force(self, force_token):
+        XXX # split in two pieces, one which only puts stuff where it belongs
+        # and does not force anything. Do the same with x86
         token = llmemory.cast_int_to_adr(force_token)
         frame = llimpl.get_forced_token_frame(token)
         fail_index = llimpl.force(frame)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to