[Mono-list] The Intel OCL stuff.
Dietmar Maurer
dietmar@ximian.com
Wed, 29 Aug 2001 08:31:16 +0200
Miguel de Icaza wrote:
> Hey guys,
>
> I took a quick look at the Intel OCL stuff. Most of the stuff in
> there are automatically generated stubs (it is easy to tell them
> appart because they are those stored in UTF-16, compared to the ones
> with actual implementations which are 8-bit files).
>
> There are a number of interesting bits in there:
>
> * The stubs.
>
> For any class we do not have, we might be able to use those
> stubs as a starting point.
>
> * The IO/BuffereadStream.cs implementation.
about 10 LOC.
> * The System.PlatformAbstractionLayer.
>
> Other than that, there does not seem to be a lot in there that can
> be reused.
I agree. I looked into System.IO/System.Text, but there is not really
much to reuse.
- Dietmar