compilation performance

View: New views
4 Messages — Rating Filter:   Alert me  

compilation performance

by Alex Tkachman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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?

Alex

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: compilation performance

by Jochen Theodorou :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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



Re: compilation performance

by HamletDRC :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> 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 performance

by Alex Tkachman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I 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