[pypy-svn] r68927 - pypy/extradoc/planning
cfbolz at codespeak.net
cfbolz at codespeak.net
Tue Nov 3 10:28:06 CET 2009
Author: cfbolz
Date: Tue Nov 3 10:28:06 2009
New Revision: 68927
Modified:
pypy/extradoc/planning/jit.txt
Log:
those two are done now
Modified: pypy/extradoc/planning/jit.txt
==============================================================================
--- pypy/extradoc/planning/jit.txt (original)
+++ pypy/extradoc/planning/jit.txt Tue Nov 3 10:28:06 2009
@@ -23,10 +23,6 @@
- goal: on average <=5 guards per original bytecode
-- don't look for the global-lookup-cache when a function contains no
- LOAD_GLOBAL
-- it's a bit silly that it's possible to change the code objects of builtin
- functions
- raising an exception tends to escape frames, due to the traceback capturing
- prevent jitting really general */** calls
- sharing dict needs to cope with dels
More information about the Pypy-commit
mailing list