[pypy-svn] r69044 - pypy/extradoc/sprintinfo/ddorf2009

cfbolz at codespeak.net cfbolz at codespeak.net
Sat Nov 7 11:13:56 CET 2009


Author: cfbolz
Date: Sat Nov  7 11:13:54 2009
New Revision: 69044

Added:
   pypy/extradoc/sprintinfo/ddorf2009/planning.txt   (contents, props changed)
Log:
(all): planning for today


Added: pypy/extradoc/sprintinfo/ddorf2009/planning.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/sprintinfo/ddorf2009/planning.txt	Sat Nov  7 11:13:54 2009
@@ -0,0 +1,30 @@
+
+people present:
+  - Anto
+  - Armin
+  - Samuele
+  - Carl Friedrich
+
+
+TASKS
+======
+
+  - sanitize inlining IN-PROGRESS (Samuele, Carl Friedrich)
+  - directly call assembler for residual portal calls
+  - making the CLI backend working with logging
+  - compress the virtuals part of resume data more
+  - understand the memory behaviour of pystone with the JIT (Armin, Anto)
+  - fix the guard_value(bool, 1) -> guard_true hack (Armin)
+  - try to do something non-insane about Python-level exceptions
+  - make the assembler produced by generate_failure smaller
+  - lose less information across residual calls (Samuele, Carl Friedrich)
+  - we should think about merging several consecutive guards in the
+    optimizer, to make the assembler smaller and to save resume data space
+  - put the class into the structure to get only one promote when using an
+    instance
+  - look into failing pypy-c-jit apptests
+
+
+
+
+  - at the end of the sprint, migrate tasks to jit.txt



More information about the Pypy-commit mailing list