kaffe on win3.1 (16bit)

Lennart Augustsson augustss at cs.chalmers.se
Thu Aug 21 14:10:30 PDT 1997


> I believe Kaffe requires an atomic 64-bit integer type built into the
> compiler (long long or __int64 or something like that). My impression
> was that it would not be possible to compile it with a compiler not
> supporting this feature (for instance, replacing it with a struct of two
> 32-bit ints or so).
Why would that be possible?  I replaced `long long' by a struct.
Sure, it requires a few changes to the source and some emulation
code, but I consider that the easy part of the port to a 16 bit
environment.

        -- Lennart



More information about the kaffe mailing list