On Tue, Feb 14, 2012 at 3:04 PM, red plait <redpl...@gmail.com> wrote:

> So why ECL don`t have separate bitness option for integer size ? How
> hard it can be added ?
>

Not too hard, given that ECL controls how gmp is built. Maybe you will have
to change the gmp makefiles to add further flags and make GMP_... macros
depend on some define. I would advise to define __GMP_BITS_PER_MP_LIMB
and SIZEOF_MP_LIMB_T
and the other macros as a function of something like FIXNUM_BITS -- this
will be necessary because gmp.h is included by ECL also when compiling
other people's code.

Juanjo

-- 
Instituto de FĂ­sica Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to