Re: [CIL users] CIL perfomance issues

2009-06-08 Thread Gabriel Kerneis
On Mon, Jun 08, 2009 at 10:20:54AM +0200, Gabriel Kerneis wrote: > Still looking for a simple way to handle this. Does anybody have an > idea? I just sent a patch upstream to handle this. I'll let you know if it gets accepted. -- Gabriel Kerneis -

Re: [CIL users] CIL perfomance issues

2009-06-08 Thread Gabriel Kerneis
On Mon, Jun 08, 2009 at 09:53:26AM +0200, Gabriel Kerneis wrote: > On Thu, May 28, 2009 at 10:30:11AM +0200, Christoph Spiel wrote: > > I have been using the following Tailor configuration to mirror the > > CIL repository for quite a while now. It has been working > > flawlessly so far. > > I'm u

Re: [CIL users] CIL perfomance issues

2009-06-08 Thread Gabriel Kerneis
On Thu, May 28, 2009 at 10:30:11AM +0200, Christoph Spiel wrote: > I have been using the following Tailor > configuration to mirror the CIL repository for > quite a while now. It has been working > flawlessly so far. I'm using it now. But beware, the latest version of Tailor ignores exter

Re: [CIL users] CIL perfomance issues

2009-05-28 Thread Gabriel Kerneis
Hi everybody, well, it turns out the insane amount of memory used was the fault of curl macros; believe me or not, after preprocessing, I got a line (among others) of over 15000 character. Did I mention the word insane before? Anyway, the patch I wrote for CIL is still worth being applied since,

Re: [CIL users] CIL perfomance issues

2009-05-28 Thread Gabriel Kerneis
Hi, On Thu, May 28, 2009 at 10:22:08AM +0200, Christoph Spiel wrote: > On Tue, May 26, 2009 at 07:02:16PM +0200, Gabriel Kerneis wrote: > > I've been suffering performance issues with CIL recently. 30% of the > > time was spent in garbage collection. > > (1) Recompile the run-time environment of

Re: [CIL users] CIL perfomance issues

2009-05-28 Thread Christoph Spiel
On Tue, May 26, 2009 at 10:45:30PM +0200, Gabriel Kerneis wrote: > I consider switching to Tailor the day I get fed up to manually tracking it. I have been using the following Tailor configuration to mirror the CIL repository for quite a while now. It has been working flawlessly so far.

Re: [CIL users] CIL perfomance issues

2009-05-28 Thread Christoph Spiel
Gabriel - On Tue, May 26, 2009 at 07:02:16PM +0200, Gabriel Kerneis wrote: > I've been suffering performance issues with CIL recently. 30% of the > time was spent in garbage collection. A while ago a faced similar problems. That time, I tried three different approaches to speed up the ana

Re: [CIL users] CIL perfomance issues

2009-05-26 Thread Gabriel Kerneis
Hi, > I'm curious, how do you track the upstream svn changes using darcs? I > find that git interoperates with svn very well, so I'm using git to > manage my local copy of cil. Manually since there are few updates. Something along this line: http://weblog.masukomi.org/2007/5/23/using-darcs-with-

Re: [CIL users] CIL perfomance issues

2009-05-26 Thread Wei Hu
I'm curious, how do you track the upstream svn changes using darcs? I find that git interoperates with svn very well, so I'm using git to manage my local copy of cil. On Tue, May 26, 2009 at 1:02 PM, Gabriel Kerneis wrote: > Hi, > > I've been suffering performance issues with CIL recently. 30% of