← Back to team overview

kicad-developers team mailing list archive

Re: Net names and net codes

 

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



Follow ups

References