[pypy-commit] extradoc extradoc: Answer fijal's comment.

arigo noreply at buildbot.pypy.org
Mon May 16 21:49:44 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
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


More information about the pypy-commit mailing list