[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 931559: Replace another (UINT) cast by (usqIntptr_t) for L...

Ben Coman btc at openinworld.com
Fri Jul 8 14:27:08 UTC 2016


On Fri, Jul 8, 2016 at 5:44 PM, GitHub <noreply at github.com> wrote:
>
>   Branch: refs/heads/Cog
>   Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
>   Commit: 931559445c72d9a53541289330ddb5157c94daf5
>       https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/931559445c72d9a53541289330ddb5157c94daf5
>   Author: Nicolas Cellier <nicolas.cellier at sirehna.com>
>   Date:   2016-07-08 (Fri, 08 Jul 2016)
>
>   Changed paths:
>     M platforms/win32/vm/sqWin32Main.c
>
>   Log Message:
>   -----------
>   Replace another (UINT) cast by (usqIntptr_t) for LLP64 compatibility

Just curious, why not put the "sq" at the front?
It would seem to better categorise application specific types.
cheers -ben

>
> (UINT) would not work on LP64 anyway, it would truncate the pointer.
>
>
>


More information about the Vm-dev mailing list