[Mono-dev] [PATCH] System.Threading.Parallel

Marek Safar marek.safar at gmail.com
Sat Dec 22 17:49:56 EST 2007


Hello,
>
> Thanks for the comments. I do not see such an example in my diff: I 
> have not modified corlib yet, just svn-copied and modified the 
> relevant build files from another assembly and added my own, see 
> below. ECMA_PARALLEL_SUPPORT is not being defined anywhere, should I 
> better use #if 0 to make it more obvious?
Yes, #if 0 is more obvious.

> This patch seems independent of Microsoft's new parallel library, and 
> the extensible way of implementing it I suggested on another thread 
> would likely enable us to share backends between both libraries. That 
> part is not implemented yet, I'd like to have a working base revision 
> first, which this patch is intended as. Would be great if we could get 
> something in before Christmas, then I can work on the next gen between 
> the years before I start my number crunching in January.
If you are going to share anything between this library and 
ParallelExtensions then the code should go to olive repository as we 
maintain CTP or experimental libraries there.

Marek




More information about the Mono-devel-list mailing list