[PD] Stack overflow / double loop

cyrille henry ch at chnry.net
Sat Mar 5 12:09:30 CET 2016


hello,

i think you should use "until" to create a loop.
cheers
c


Le 05/03/2016 12:00, jma at jeanmarie-adrien.net a écrit :
> Hello list
> im trying to compute distances between points, and this takes the form of a classical double imbricated loop computing out of a memory where points coordinates are stored.
> It has to be fast (no delay in looping)
>
> The loop style is twice counter + moses and i cared a lot about looping at the last moment (means after reading / writing in memory) and not at the top with a (t b b b f) or so : i get a stack overflow though when number of points is over 15 :(
> I solved the problem years ago, dont remember how … stuck on this since yesterday
>
> im sure this is really classical !
> here is the idiosyncratic patch
>
>
>
>
>
> Any hint ?
> (we love programming)
> Tks
> JM
>
>
>
>
> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
>



More information about the Pd-list mailing list