Re: [Chicken-hackers] [PATCH] clustering

2011-11-11 Thread Felix
From: Christian Kellermann Subject: Re: [Chicken-hackers] [PATCH] clustering Date: Fri, 11 Nov 2011 15:26:18 +0100 > * felix winkelmann [07 01:56]: >> It's a small change to the translation of the internal node tree back >> to s-expressions (mainly for debugging and

Re: [Chicken-hackers] [PATCH] clustering

2011-11-11 Thread Christian Kellermann
* felix winkelmann [07 01:56]: > It's a small change to the translation of the internal node tree back > to s-expressions (mainly for debugging and error output). This change > omits unnecessary quotes in the output. I probably should have made > this a different patch, but I was too lazy. Ah

Re: [Chicken-hackers] [PATCH] clustering

2011-11-06 Thread Felix
From: Christian Kellermann Subject: Re: [Chicken-hackers] [PATCH] clustering Date: Sun, 6 Nov 2011 12:46:36 +0100 > * felix winkelmann [111027 11:18]: >> The attached patch adds an optimization (originally suggested by >> chairman shinn), which turns groups of local procedures

Re: [Chicken-hackers] [PATCH] clustering

2011-11-06 Thread Christian Kellermann
* felix winkelmann [111027 11:18]: > The attached patch adds an optimization (originally suggested by > chairman shinn), which turns groups of local procedures into "dispatch > loop". This can give good performance improvements in tight code that > performs no (or few) CPS calls. Currently it is n