[pypy-commit] pypy jitframe-on-heap: update the TODO

fijal noreply at buildbot.pypy.org
Fri Jan 25 15:58:57 CET 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: jitframe-on-heap
Changeset: r60453:9187ef7004a1
Date: 2013-01-25 16:58 +0200
http://bitbucket.org/pypy/pypy/changeset/9187ef7004a1/

Log:	update the TODO

diff --git a/pypy/TODO b/pypy/TODO
--- a/pypy/TODO
+++ b/pypy/TODO
@@ -1,9 +1,8 @@
 
 * 32bit x86
 * ARM
-* shadowstack + asmgcc (shadowstack needs reloading of ebp after frame
-  got potentially moved, which is after each potentially collecting call
-  or slowpath malloc)
+* asmgcc
+* shadowstack details - slowpath of stack check and call_release_gil
 * kill jit2gc on translator
 * fix test_singlefloats in test_calling_conventions
 * slowpaths can have more variants depending on how many registers we're using


More information about the pypy-commit mailing list