On 15/12/2009, at 06:53, Brad Larsen wrote:

> On another note, does this (or perhaps better phrased, will this) bug
> also affect Data Parallel Haskell?

Luckily, no. DPH represents arrays of user-defined types by unboxed arrays 
(that's essentially what the vectoriser does). It does use boxed arrays in a 
couple of places internally but they are small.

Roman


_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to