Re: Mac M2 performance

2023-05-10 Thread Hugo Ferreira
I do the same.
Just run "ant" in the most specific folder.


Harbs  escreveu no dia domingo, 7/05/2023 à(s) 07:55:

> I do the same. I open the individual folders and run “ant” to build.
>
> Basic takes 20 seconds on my new computer. Core takes 6 seconds. etc.
>
> I have a Project Manager “Project” seed for each one of the secs in VS
> Code that I use when working on frameworks.
>
> Harbs
>
> > On May 7, 2023, at 9:20 AM, Yishay Weiss  wrote:
> >
> > That's a good approach. We have default settings to build all the
> libraries, but most of the time I would guess over half of them are not
> used. Can you share your build scripts?
> > 
> > From: Hugo Ferreira 
> > Sent: Saturday, May 6, 2023 11:22 AM
> > To: dev@royale.apache.org 
> > Subject: Re: Mac M2 performance
> >
> > My MacBook Pro from 2018 (16 GB RAM), takes almost 1 hour to compile
> > everything.
> > That's why (with the community explanation), I compile the most specific
> > framework folder that I need and it takes less then a minute.
> >
> > Gabe Harbs  escreveu no dia quinta, 4/05/2023
> à(s)
> > 08:57:
> >
> >> And the frameworks without tests (i.e. ant -Dskip-tests=true) took:
> >>
> >> Total time: 3 minutes 1 second
> >>
> >>
> >>> On May 4, 2023, at 10:53 AM, Gabe Harbs  wrote:
> >>>
> >>> My Intel laptop fell and my screen broke. That was my impetus to buy a
> >> new MacBook Pro. I just bought an M2 MacBook Pro and I figured I’d
> profile
> >> compiling Royale. Here’s what I got:
> >>>
> >>> A full compile of Royale including the compiler (i.e. ant all) took:
> >>>
> >>> Total time: 6 minutes 52 seconds
> >>>
> >>>
> >>> A compile of all the frameworks (i.e. ant) took:
> >>>
> >>> Total time: 6 minutes 7 seconds
> >>>
> >>> Harbs
> >>
> >>
>
>


Re: Mac M2 performance

2023-05-07 Thread Harbs
I do the same. I open the individual folders and run “ant” to build.

Basic takes 20 seconds on my new computer. Core takes 6 seconds. etc.

I have a Project Manager “Project” seed for each one of the secs in VS Code 
that I use when working on frameworks.

Harbs

> On May 7, 2023, at 9:20 AM, Yishay Weiss  wrote:
> 
> That's a good approach. We have default settings to build all the libraries, 
> but most of the time I would guess over half of them are not used. Can you 
> share your build scripts?
> 
> From: Hugo Ferreira 
> Sent: Saturday, May 6, 2023 11:22 AM
> To: dev@royale.apache.org 
> Subject: Re: Mac M2 performance
> 
> My MacBook Pro from 2018 (16 GB RAM), takes almost 1 hour to compile
> everything.
> That's why (with the community explanation), I compile the most specific
> framework folder that I need and it takes less then a minute.
> 
> Gabe Harbs  escreveu no dia quinta, 4/05/2023 à(s)
> 08:57:
> 
>> And the frameworks without tests (i.e. ant -Dskip-tests=true) took:
>> 
>> Total time: 3 minutes 1 second
>> 
>> 
>>> On May 4, 2023, at 10:53 AM, Gabe Harbs  wrote:
>>> 
>>> My Intel laptop fell and my screen broke. That was my impetus to buy a
>> new MacBook Pro. I just bought an M2 MacBook Pro and I figured I’d profile
>> compiling Royale. Here’s what I got:
>>> 
>>> A full compile of Royale including the compiler (i.e. ant all) took:
>>> 
>>> Total time: 6 minutes 52 seconds
>>> 
>>> 
>>> A compile of all the frameworks (i.e. ant) took:
>>> 
>>> Total time: 6 minutes 7 seconds
>>> 
>>> Harbs
>> 
>> 



Re: Mac M2 performance

2023-05-07 Thread Yishay Weiss
That's a good approach. We have default settings to build all the libraries, 
but most of the time I would guess over half of them are not used. Can you 
share your build scripts?

From: Hugo Ferreira 
Sent: Saturday, May 6, 2023 11:22 AM
To: dev@royale.apache.org 
Subject: Re: Mac M2 performance

My MacBook Pro from 2018 (16 GB RAM), takes almost 1 hour to compile
everything.
That's why (with the community explanation), I compile the most specific
framework folder that I need and it takes less then a minute.

Gabe Harbs  escreveu no dia quinta, 4/05/2023 à(s)
08:57:

> And the frameworks without tests (i.e. ant -Dskip-tests=true) took:
>
> Total time: 3 minutes 1 second
>
>
> > On May 4, 2023, at 10:53 AM, Gabe Harbs  wrote:
> >
> > My Intel laptop fell and my screen broke. That was my impetus to buy a
> new MacBook Pro. I just bought an M2 MacBook Pro and I figured I’d profile
> compiling Royale. Here’s what I got:
> >
> > A full compile of Royale including the compiler (i.e. ant all) took:
> >
> > Total time: 6 minutes 52 seconds
> >
> >
> > A compile of all the frameworks (i.e. ant) took:
> >
> > Total time: 6 minutes 7 seconds
> >
> > Harbs
>
>


Re: Mac M2 performance

2023-05-06 Thread Hugo Ferreira
My MacBook Pro from 2018 (16 GB RAM), takes almost 1 hour to compile
everything.
That's why (with the community explanation), I compile the most specific
framework folder that I need and it takes less then a minute.

Gabe Harbs  escreveu no dia quinta, 4/05/2023 à(s)
08:57:

> And the frameworks without tests (i.e. ant -Dskip-tests=true) took:
>
> Total time: 3 minutes 1 second
>
>
> > On May 4, 2023, at 10:53 AM, Gabe Harbs  wrote:
> >
> > My Intel laptop fell and my screen broke. That was my impetus to buy a
> new MacBook Pro. I just bought an M2 MacBook Pro and I figured I’d profile
> compiling Royale. Here’s what I got:
> >
> > A full compile of Royale including the compiler (i.e. ant all) took:
> >
> > Total time: 6 minutes 52 seconds
> >
> >
> > A compile of all the frameworks (i.e. ant) took:
> >
> > Total time: 6 minutes 7 seconds
> >
> > Harbs
>
>


Re: Mac M2 performance

2023-05-04 Thread Gabe Harbs
And the frameworks without tests (i.e. ant -Dskip-tests=true) took:

Total time: 3 minutes 1 second


> On May 4, 2023, at 10:53 AM, Gabe Harbs  wrote:
> 
> My Intel laptop fell and my screen broke. That was my impetus to buy a new 
> MacBook Pro. I just bought an M2 MacBook Pro and I figured I’d profile 
> compiling Royale. Here’s what I got:
> 
> A full compile of Royale including the compiler (i.e. ant all) took:
> 
> Total time: 6 minutes 52 seconds
> 
> 
> A compile of all the frameworks (i.e. ant) took:
> 
> Total time: 6 minutes 7 seconds
> 
> Harbs