On Wed, 3 Oct 2001, Bryan C. Warnock wrote:

> FWIW, Linux/x86 long long/long double/long long has a few glitches.

That's a good test platform because sizeof(long double) is 12 there, while
sizeof(long long) is 8, but Parrot/Opcode.pm still seems to assume

    $nvivsize = $PConfig{numvalsize}/$PConfig{intvalsize}

is an integer.  I put that in, so I know it's wrong :-).

Sparc probably won't show the same effect, since sizeof(long double) there
is either 8 (Sparc/Linux) or 16 (Sparc/Solaris), so nvivsize is still an
integer there.

-- 
    Andy Dougherty              [EMAIL PROTECTED]
    Dept. of Physics
    Lafayette College, Easton PA 18042

Reply via email to