[pypy-commit] pypy vref-copy: leave a crash and a comment, so I know what's going on when I come back

fijal noreply at buildbot.pypy.org
Sat Aug 25 12:39:55 CEST 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
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)


More information about the pypy-commit mailing list