[pypy-svn] r31460 - pypy/extradoc/sprintinfo/ireland-2006

hpk at codespeak.net hpk at codespeak.net
Tue Aug 22 12:24:46 CEST 2006


Author: hpk
Date: Tue Aug 22 12:24:44 2006
New Revision: 31460

Added:
   pypy/extradoc/sprintinfo/ireland-2006/planning.txt   (contents, props changed)
Log:
planning session


Added: pypy/extradoc/sprintinfo/ireland-2006/planning.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/sprintinfo/ireland-2006/planning.txt	Tue Aug 22 12:24:44 2006
@@ -0,0 +1,36 @@
+Ireland sprint planning
+--------------------------
+
+timings: 
+    monday, tuesday, wednesday full days
+    thursday half 
+    friday 2pm- 
+           5pm tutorial  + Q & A session 
+    bea arranges a dinner table friday evening 
+    
+* source optimizations
+  (mwh, arre)
+  - builtin lookups 
+  - caching method lookups 
+  - profiling
+
+* ext compiler
+  maybe a topic for the weekend 
+
+* JIT
+  - so far generating a jit for simple interpreters kind of
+    works
+  (armin, samuele)
+  - produce machine code in-memory from running the generated CFGs 
+  - maybe think about refining the interface to generating
+    I386 machine code (also considering a PPC asm backend) 
+
+  
+* distributed testing
+  (maciej, hpk)
+  - use "/usr/bin/rsync" to sync to remote 
+  - master does collection of items 
+  - "leaf" items are asynchronously send to "Executors" (running on nodes)
+  - super-simple reporting 
+  
+



More information about the Pypy-commit mailing list