[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 64-bit extensions
> Any comments? I would be willing to develop the 64-bit
> emulation code for the runtime. And I know that mva has
> been planning for this day -- why else has he been calling
> the ooc releases oo2c_32-... (note the 32).
Actually there was a short timed version called oo2c_64. Someone
asked me to port oo2c to a DEC Alpha running Linux. Didn't work out,
the initial compiler stopped during module initialization with a bogus
floating point exception. The project stopped right there, I couldn't
figure out was was going wrong.
64 bit integers are implemented as type HUGEINT. The other types
aren't touched. SYSTEM.ADDRESS is an alias for HUGEINT.
-- mva