Re: [Cocci] [PATCH] coccinelle: add pycocci wrapper for multithreaded support

2014-08-28 Thread Luis R. Rodriguez
On Thu, Aug 28, 2014 at 08:15:16PM +0200, Julia Lawall wrote: > > > On Thu, 28 Aug 2014, Luis R. Rodriguez wrote: > > > On Thu, Apr 10, 2014 at 09:32:34PM +0200, Julia Lawall wrote: > > > > > > > > > On Thu, 10 Apr 2014, Luis R. Rodriguez wrote: > > > > > > > On Thu, Apr 10, 2014 at

Re: [Cocci] [PATCH] coccinelle: add pycocci wrapper for multithreaded support

2014-08-28 Thread Julia Lawall
On Thu, 28 Aug 2014, Luis R. Rodriguez wrote: > On Thu, Apr 10, 2014 at 09:32:34PM +0200, Julia Lawall wrote: > > > > > > On Thu, 10 Apr 2014, Luis R. Rodriguez wrote: > > > > > On Thu, Apr 10, 2014 at 07:51:29PM +0200, Johannes Berg wrote: > > > > On Thu, 2014-04-10 at 10:48 -0700, Luis R.

Re: [Cocci] [PATCH] coccinelle: add pycocci wrapper for multithreaded support

2014-08-28 Thread Julia Lawall
On Thu, 28 Aug 2014, Luis R. Rodriguez wrote: On Thu, Apr 10, 2014 at 09:32:34PM +0200, Julia Lawall wrote: On Thu, 10 Apr 2014, Luis R. Rodriguez wrote: On Thu, Apr 10, 2014 at 07:51:29PM +0200, Johannes Berg wrote: On Thu, 2014-04-10 at 10:48 -0700, Luis R. Rodriguez wrote:

Re: [Cocci] [PATCH] coccinelle: add pycocci wrapper for multithreaded support

2014-08-28 Thread Luis R. Rodriguez
On Thu, Aug 28, 2014 at 08:15:16PM +0200, Julia Lawall wrote: On Thu, 28 Aug 2014, Luis R. Rodriguez wrote: On Thu, Apr 10, 2014 at 09:32:34PM +0200, Julia Lawall wrote: On Thu, 10 Apr 2014, Luis R. Rodriguez wrote: On Thu, Apr 10, 2014 at 07:51:29PM +0200, Johannes

Re: [Cocci] [PATCH] coccinelle: add pycocci wrapper for multithreaded support

2014-08-27 Thread Luis R. Rodriguez
On Thu, Apr 10, 2014 at 09:32:34PM +0200, Julia Lawall wrote: > > > On Thu, 10 Apr 2014, Luis R. Rodriguez wrote: > > > On Thu, Apr 10, 2014 at 07:51:29PM +0200, Johannes Berg wrote: > > > On Thu, 2014-04-10 at 10:48 -0700, Luis R. Rodriguez wrote: > > > > > > > You just pass it a cocci file,

Re: [Cocci] [PATCH] coccinelle: add pycocci wrapper for multithreaded support

2014-08-27 Thread Luis R. Rodriguez
On Thu, Apr 10, 2014 at 09:32:34PM +0200, Julia Lawall wrote: On Thu, 10 Apr 2014, Luis R. Rodriguez wrote: On Thu, Apr 10, 2014 at 07:51:29PM +0200, Johannes Berg wrote: On Thu, 2014-04-10 at 10:48 -0700, Luis R. Rodriguez wrote: You just pass it a cocci file, a target dir,

Re: [Cocci] [PATCH] coccinelle: add pycocci wrapper for multithreaded support

2014-04-11 Thread Luis R. Rodriguez
On Fri, Apr 11, 2014 at 08:01:04AM +0200, Julia Lawall wrote: > > > On Fri, 11 Apr 2014, SF Markus Elfring wrote: > > > > I checked the profile results, the reason the jobs finish is some threads > > > had no work or little work. > > > > Could you find out during the data processing which

Re: [Cocci] [PATCH] coccinelle: add pycocci wrapper for multithreaded support

2014-04-11 Thread SF Markus Elfring
>> Could you find out during the data processing which parts or files >> result in a special application behaviour you would like to point out here? > I don't understand the question at all, but since the various files have > different properties, it is hard to determine automatically in advance

Re: [Cocci] [PATCH] coccinelle: add pycocci wrapper for multithreaded support

2014-04-11 Thread Julia Lawall
On Fri, 11 Apr 2014, SF Markus Elfring wrote: > > I checked the profile results, the reason the jobs finish is some threads > > had no work or little work. > > Could you find out during the data processing which parts or files > result in a special application behaviour you would like to point

Re: [Cocci] [PATCH] coccinelle: add pycocci wrapper for multithreaded support

2014-04-11 Thread Julia Lawall
On Fri, 11 Apr 2014, SF Markus Elfring wrote: I checked the profile results, the reason the jobs finish is some threads had no work or little work. Could you find out during the data processing which parts or files result in a special application behaviour you would like to point out

Re: [Cocci] [PATCH] coccinelle: add pycocci wrapper for multithreaded support

2014-04-11 Thread SF Markus Elfring
Could you find out during the data processing which parts or files result in a special application behaviour you would like to point out here? I don't understand the question at all, but since the various files have different properties, it is hard to determine automatically in advance how

Re: [Cocci] [PATCH] coccinelle: add pycocci wrapper for multithreaded support

2014-04-11 Thread Luis R. Rodriguez
On Fri, Apr 11, 2014 at 08:01:04AM +0200, Julia Lawall wrote: On Fri, 11 Apr 2014, SF Markus Elfring wrote: I checked the profile results, the reason the jobs finish is some threads had no work or little work. Could you find out during the data processing which parts or files

Re: [Cocci] [PATCH] coccinelle: add pycocci wrapper for multithreaded support

2014-04-10 Thread Julia Lawall
On Thu, 10 Apr 2014, Luis R. Rodriguez wrote: > On Thu, Apr 10, 2014 at 07:51:29PM +0200, Johannes Berg wrote: > > On Thu, 2014-04-10 at 10:48 -0700, Luis R. Rodriguez wrote: > > > > > You just pass it a cocci file, a target dir, and in git environments > > > you always want --in-place

Re: [Cocci] [PATCH] coccinelle: add pycocci wrapper for multithreaded support

2014-04-10 Thread Julia Lawall
On Thu, 10 Apr 2014, Luis R. Rodriguez wrote: On Thu, Apr 10, 2014 at 07:51:29PM +0200, Johannes Berg wrote: On Thu, 2014-04-10 at 10:48 -0700, Luis R. Rodriguez wrote: You just pass it a cocci file, a target dir, and in git environments you always want --in-place enabled.