|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
compilation performanceHi!
I didn't do any measurements but I noticed that execution of groovy build became way slower compare to what it use to be. Especially loding(compilation) of tests. My guess is that it happens because of AstBuilderTransformation written in groovy itself. Any other ideas regarding possible cause? Maybe someone already investigate and the problem simply don't exist and test codebase just gronw a lot? Alex --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: compilation performanceAlex Tkachman schrieb:
> Hi! > > I didn't do any measurements but I noticed that execution of groovy > build became way slower compare to what it use to be. Especially > loding(compilation) of tests. My guess is that it happens because of > AstBuilderTransformation written in groovy itself. > > Any other ideas regarding possible cause? Maybe someone already > investigate and the problem simply don't exist and test codebase just > gronw a lot? You mean the time for the groovy build itself? That didn't grow much here on my machine. You could of course in the source remove the service entry for the transform and thus avoiding its usage. bye blackdrag -- Jochen "blackdrag" Theodorou The Groovy Project Tech Lead (http://groovy.codehaus.org) http://blackdragsview.blogspot.com/ --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: compilation performance> You could of course in the source remove the service entry for
> the transform and thus avoiding its usage. Is it faster if you remove that global transformation? -- Hamlet D'Arcy hamletdrc@... On Mon, Oct 26, 2009 at 8:47 AM, Jochen Theodorou <blackdrag@...> wrote: > Alex Tkachman schrieb: >> >> Hi! >> >> I didn't do any measurements but I noticed that execution of groovy >> build became way slower compare to what it use to be. Especially >> loding(compilation) of tests. My guess is that it happens because of >> AstBuilderTransformation written in groovy itself. >> >> Any other ideas regarding possible cause? Maybe someone already >> investigate and the problem simply don't exist and test codebase just >> gronw a lot? > > You mean the time for the groovy build itself? That didn't grow much here on > my machine. You could of course in the source remove the service entry for > the transform and thus avoiding its usage. > > bye blackdrag > > -- > Jochen "blackdrag" Theodorou > The Groovy Project Tech Lead (http://groovy.codehaus.org) > http://blackdragsview.blogspot.com/ > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email --
Hamlet D'Arcy |
|
|
Re: compilation performanceI didn't do any measurements but it looks like it is a litttle bit
faster but not seriously enough to claim that ABT is responsible for slow loading. Does anybody have other ideas what could it be? On Mon, Oct 26, 2009 at 6:08 PM, Hamlet D'Arcy <hamletdrc@...> wrote: >> You could of course in the source remove the service entry for >> the transform and thus avoiding its usage. > > Is it faster if you remove that global transformation? > > -- > Hamlet D'Arcy > hamletdrc@... > > > > On Mon, Oct 26, 2009 at 8:47 AM, Jochen Theodorou <blackdrag@...> wrote: >> Alex Tkachman schrieb: >>> >>> Hi! >>> >>> I didn't do any measurements but I noticed that execution of groovy >>> build became way slower compare to what it use to be. Especially >>> loding(compilation) of tests. My guess is that it happens because of >>> AstBuilderTransformation written in groovy itself. >>> >>> Any other ideas regarding possible cause? Maybe someone already >>> investigate and the problem simply don't exist and test codebase just >>> gronw a lot? >> >> You mean the time for the groovy build itself? That didn't grow much here on >> my machine. You could of course in the source remove the service entry for >> the transform and thus avoiding its usage. >> >> bye blackdrag >> >> -- >> Jochen "blackdrag" Theodorou >> The Groovy Project Tech Lead (http://groovy.codehaus.org) >> http://blackdragsview.blogspot.com/ >> >> >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> >> >> > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Free embeddable forum powered by Nabble | Forum Help |