>>>> "Sergey" == Sergey Okhapkin
<sos(a)buggy.prospect.com.ru> writes:
Sergey> Kirill M. Katsnelson wrote:
> Why don't you determine this value in configure, by doing
something
> like DATA_SEG_BITS = (malloc(1) & 0xF0000000)? I'm a configure dummy,
Sergey> Hmmm... I like it :-)
I like it too, as a general direction. We could even always determine
DATA_SEG_BITS at run-time, if it only costs us one malloc(). Changing
this is a bit scary because of the diversity of platforms affected.
Martin