[pypy-svn] r21295 - pypy/dist/pypy/doc/weekly

mwh at codespeak.net mwh at codespeak.net
Mon Dec 19 09:28:53 CET 2005


Author: mwh
Date: Mon Dec 19 09:28:52 2005
New Revision: 21295

Added:
   pypy/dist/pypy/doc/weekly/summary-2005-12-16.txt
Modified:
   pypy/dist/pypy/doc/weekly/index.txt
Log:
this week in pypy skeleton, a bit late


Modified: pypy/dist/pypy/doc/weekly/index.txt
==============================================================================
--- pypy/dist/pypy/doc/weekly/index.txt	(original)
+++ pypy/dist/pypy/doc/weekly/index.txt	Mon Dec 19 09:28:52 2005
@@ -73,10 +73,16 @@
    - IRC Summary
    - EU-related Talks
 
+ * `Week ending 2005-12-16`_
+
+   - The Sprint!
+   - IRC Summary
+
 .. _`Week ending 2005-11-04`: summary-2005-11-04.html
 .. _`Week ending 2005-11-11`: summary-2005-11-11.html
 .. _`Week ending 2005-11-18`: summary-2005-11-18.html
 .. _`Week ending 2005-11-25`: summary-2005-11-25.html
 .. _`Week ending 2005-12-02`: summary-2005-12-02.html
 .. _`Week ending 2005-12-09`: summary-2005-12-09.html
+.. _`Week ending 2005-12-16`: summary-2005-12-16.html
 

Added: pypy/dist/pypy/doc/weekly/summary-2005-12-16.txt
==============================================================================
--- (empty file)
+++ pypy/dist/pypy/doc/weekly/summary-2005-12-16.txt	Mon Dec 19 09:28:52 2005
@@ -0,0 +1,58 @@
+=======================
+  This Week in PyPy 7
+=======================
+
+Introduction
+============
+
+This is the seventh summary of what's been going on in the world of
+PyPy in the last week.  I'd still like to remind people that when
+something worth summarizing happens to recommend if for "This Week in
+PyPy" as mentioned on:
+
+    http://codespeak.net/pypy/dist/pypy/doc/weekly/
+
+where you can also find old summaries.
+
+There were about 110 commits to the pypy section of codespeak's
+repository in the last week.
+
+
+The Sprint!
+===========
+
+The last weekly summary was written towards then end of the sprint.
+The things we did in the couple of remaining weeks were written up in
+the second sprint report:
+
+    http://codespeak.net/pipermail/pypy-dev/2005q4/002660.html
+
+Apart from continuing our work from the first half of the sprint, the
+main new work was implementing __del__ support in the translated PyPy.
+
+
+IRC Summary
+===========
+
+Thanks again to Pieter for this.
+
+**Monday** http://tismerysoft.de/pypy/irc-logs/pypy/%23pypy.log.20051212::
+
+ [00:26] Stakkars says that it is great that pypy does not punish you for
+         indirection. He is of meaning that he writes better style in RPython
+         than in Python, because the "it is slow" aspect is gone.
+
+**Tuesday** http://tismerysoft.de/pypy/irc-logs/pypy/%23pypy.log.20051213::
+
+ [21:01] Heatsink says that he is doing some dynamic optimizations in CPython.
+         This turns into a discussion about the nature of pypy, and Arigo takes
+         us on a tour of how pypy and the JIT will interact in the future. A
+         good read of general pypy ideas.
+ 
+**Thursday** http://tismerysoft.de/pypy/irc-logs/pypy/%23pypy.log.20051215::
+
+ [10:24] Ericvrp discovers an optimization that makes pypy 6.8x slower than
+         CPython on the richards test suite. All if-elses are converted to
+         switches. Cfbolz replies that it is time to write a graph
+         transformation to implement this optimization officially.
+



More information about the Pypy-commit mailing list