[Mono-dev] [PATCH] System.Threading.Parallel
Andreas Färber
andreas.faerber at web.de
Sun Dec 23 12:38:26 EST 2007
Am 22.12.2007 um 23:49 schrieb Marek Safar:
>> 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.
Not sure I got you right: Attached is a draft patch against olive for
the Parallel Extensions (don't have a Microsoft .NET 3.5 environment
to test or even browse its documentation in, there is none on the Web
except two MSDN Magazine articles).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: System.Concurrency-2007-12-23.dll
Type: application/x-msdownload
Size: 15328 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20071223/fd3c6836/attachment.bin
-------------- next part --------------
To share code between olive/ and mcs/, the shared code will have to go
into mcs/, otherwise it would not be usable for STP there, as olive/
is optional.
The alternative would be to move STP outside mcs/ but that would limit
its deployment and usefulness (and I wouldn't know how to build it
correctly :).
Andreas
More information about the Mono-devel-list
mailing list