Re: "Strong typing vs. strong testing"

2010-09-30 Thread Vend
On 30 Set, 03:01, RG wrote: > In article , >  Keith Thompson wrote: > > > > > RG writes: > > > In article , > > >  Keith Thompson wrote: > > > >> RG writes: > > >> > In article > > >> > <07f75df3-778d-4e3d-8aa0-fbd4bd108...@k22g2000prb.googlegroups.com>, > > >> >  Squeamizh wrote: > > >> >> O

Re: "Strong typing vs. strong testing"

2010-09-30 Thread Vend
On 30 Set, 01:47, RG wrote: > In article , >  Keith Thompson wrote: > > > > > RG writes: > > > In article > > > <07f75df3-778d-4e3d-8aa0-fbd4bd108...@k22g2000prb.googlegroups.com>, > > >  Squeamizh wrote: > > >> On Sep 29, 3:02 pm, RG wrote: > > [...] > > >> > This is a red herring.  You don't

Re: multi-core software

2009-06-05 Thread Vend
On Jun 6, 1:26 am, Roedy Green wrote: > On Fri, 5 Jun 2009 18:15:00 + (UTC), Kaz Kylheku > wrote, quoted or indirectly quoted someone who > said : > > >Even for problems where it appears trivial, there can be hidden > >issues, like false cache coherency communication where no actual > >sharin

Re: multi-core software

2009-06-05 Thread Vend
On Jun 4, 8:35 pm, Roedy Green wrote: > On Thu, 4 Jun 2009 09:46:44 -0700 (PDT), Xah Lee > wrote, quoted or indirectly quoted someone who said : > > >• Why Must Software Be Rewritten For Multi-Core Processors? > > Threads have been part of Java since Day 1.  Using threads complicates > your code,