kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #12028
Re: Net names and net codes
Maybe. Having no experience whatsoever in vectorization, I'm looking into
multithreading. Anyway, I believe one doesn't exclude the other.
On Wed, Jan 22, 2014 at 12:23 PM, Vesa Solonen <vesa.solonen@xxxxxxxx>wrote:
> 21/01/14 18:51, Carl Poirier kirjoitti:
> > There are some things in the code that don't like being multithreaded.
> If I
> > parallelize the for loop in RN_DATA::Recalculate( int aNet ), I get a
> > segfault.
>
> It probably makes more sense to vectorize the loop than making it
> multi-threaded. Then you don't need tricky thread handling, but just
> have to make the loop handle data in, say four int32 chunks. Naturally
> that needs some more trickery to handle the remainder if division by
> four doesn't go even.
>
> -Vesa
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
Follow ups
References
-
Net names and net codes
From: Maciej Sumiński, 2014-01-08
-
Re: Net names and net codes
From: jp charras, 2014-01-08
-
Re: Net names and net codes
From: Tomasz Wlostowski, 2014-01-09
-
Re: Net names and net codes
From: Maciej Sumiński, 2014-01-10
-
Re: Net names and net codes
From: Vesa Solonen, 2014-01-10
-
Re: Net names and net codes
From: Maciej Sumiński, 2014-01-13
-
Re: Net names and net codes
From: Vesa Solonen, 2014-01-13
-
Re: Net names and net codes
From: Marco Serantoni, 2014-01-14
-
Re: Net names and net codes
From: Maciej Sumiński, 2014-01-14
-
Re: Net names and net codes
From: Marco Serantoni, 2014-01-14
-
Re: Net names and net codes
From: Carl Poirier, 2014-01-15
-
Re: Net names and net codes
From: Carl Poirier, 2014-01-21
-
Re: Net names and net codes
From: Vesa Solonen, 2014-01-22