[Vm-dev] Re: [Poll] Who is interested in, thinking about, or already contributing to a 64-bit OpenSmalltalk VM for Windows?

Eliot Miranda eliot.miranda at gmail.com
Tue Jul 12 21:23:08 UTC 2016


Hi Marcel,


> On Jul 12, 2016, at 12:24 PM, marcel.taeumel <Marcel.Taeumel at hpi.de> wrote:
> 
> 
> Hi Nicolas,
> 
> I suppose there are several places in some low-level parts of Cog/Jit where
> Long and Pointer-Type are used interchangeably. One would have to fix that
> first. Only then, we can start caring for interfacing the win-api correctly.

That's right.  Throughout the Cogit is the assumption that sizeof(long) == sizeof(sqInt) == sizeof(void *).  That's why I'm hoping we can use a C compiler which obeys this for win64.  It is nontrivial to fix, as I've already discussed.  Did my words fall on deaf ears and you're proposing to go ahead?

> 
> Best,
> Marcel
> 
> 
> 
> --
> View this message in context: http://forum.world.st/Poll-Who-is-interested-in-thinking-about-or-already-contributing-to-a-64-bit-OpenSmalltalk-VM-for-Wi-tp4904953p4906337.html
> Sent from the Squeak VM mailing list archive at Nabble.com.


More information about the Vm-dev mailing list