[pypy-svn] r32808 - pypy/extradoc/sprintinfo/paris

ale at codespeak.net ale at codespeak.net
Mon Oct 2 11:35:17 CEST 2006


Author: ale
Date: Mon Oct  2 11:35:14 2006
New Revision: 32808

Added:
   pypy/extradoc/sprintinfo/paris/paris-minisprint09-2006.txt
Log:
Initial stab at a sprnt report

Added: pypy/extradoc/sprintinfo/paris/paris-minisprint09-2006.txt
==============================================================================
--- (empty file)
+++ pypy/extradoc/sprintinfo/paris/paris-minisprint09-2006.txt	Mon Oct  2 11:35:14 2006
@@ -0,0 +1,18 @@
+Sprint report Paris mini sprint September 25th to 29th
+========================================================
+
+
+Participants: Aurelian Campeas and Anders Lehmann
+
+The main goal of the sprint was to enable translation of the Logic objspace with constraint variables, constraint propagation and distribution, using clonable computationspaces the Oz style.
+
+After several attempts, in the well known style of translate add "assert isinstance(..." translate again ...., we reached at a point were we tripped a bug in the inlining code.
+
+After that bug was fixed we believe that the goal was reached and the Logic objectspace now translates!
+
+We were not able to actually test if it works though, during the sprint.
+
+As a job to do while we were waiting for the translation to fail, a small test object space were made to experiment with clonable threads. This is not committed as the Logic objecspace contains the functionality.
+
+We also took a stab at "recomputation" (an optimisation technique from Oz). The code was not quite finished at the end of the sprint and is thus uncommitted.
+



More information about the Pypy-commit mailing list