[pypy-svn] r18217 - pypy/extradoc/sprintinfo

arigo at codespeak.net arigo at codespeak.net
Thu Oct 6 19:11:48 CEST 2005


Author: arigo
Date: Thu Oct  6 19:11:45 2005
New Revision: 18217

Modified:
   pypy/extradoc/sprintinfo/paris-2005-possible-tasks.txt
Log:
mention the confused compiler situation.



Modified: pypy/extradoc/sprintinfo/paris-2005-possible-tasks.txt
==============================================================================
--- pypy/extradoc/sprintinfo/paris-2005-possible-tasks.txt	(original)
+++ pypy/extradoc/sprintinfo/paris-2005-possible-tasks.txt	Thu Oct  6 19:11:45 2005
@@ -38,7 +38,11 @@
 - try more interp. level optimisations (dicts with string keys, more agressive use of fastcall*...)
 
 - compute correct max stack size in compiler (?)
-- cleanup our multiple compiler situation (if not already done before the sprint)
+- cleanup our multiple compiler situation: remove
+  testcompiler, fix the tests to work on CPython 2.3 too,
+  decide what to put in lib-python/modified-2.4.1/compiler --
+  stablecompiler or astcompiler? -- and submit it back to
+  CPython.
 
 - (socket module, PEP302)
 



More information about the Pypy-commit mailing list