[Mono-list] Math precision.

Fergus Henderson fjh@cs.mu.OZ.AU
Thu, 26 Jul 2001 02:31:35 +1000


On 19-Jul-2001, Miguel de Icaza <miguel@ximian.com> wrote:
> 
> [Tyson Dowd wrote:]
> > I thought the most basic profile of the CLR doesn't even include
> > floating point support (according to the ECMA specs last time I looked).
> 
> This raises a new interesting topic, we could tweak the makefiles to
> generate various DLLs depending on the target:
> 
> 	make embedded
> 	make fullscalelibs
> 	make supertiny
> 
> Each target could control:
> 
> 	1. List of classes to be shipped (for this particular
> 	   discussion, Math.cs could be a yes/no)

Note that some profiles add new methods to existing classes.

This really requires using some form of conditional compilation.

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.