Author: Maciej Fijalkowski <[email protected]> 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 _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
