Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r3578:14d982cfa4ac Date: 2011-05-16 21:56 +0200 http://bitbucket.org/pypy/extradoc/changeset/14d982cfa4ac/
Log: Answer fijal's comment. diff --git a/planning/jit.txt b/planning/jit.txt --- a/planning/jit.txt +++ b/planning/jit.txt @@ -5,6 +5,8 @@ because random other code can run at that point. [fijal] - how can you access frames from another threads really? + [arigo] - cpython has sys._current_frames(), but not pypy; however + relying on this looks like it's not the job of the jit * we should run nightly 64bit benchmarks. As of mid-April, richards was noticably (30-50%) slower on 64bit than 32bit. I didn't notice _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
