[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] bd97e7: intAtPointer should perform sign extension too if ...

GitHub noreply at github.com
Tue Nov 8 20:40:46 UTC 2016


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: bd97e7ddb8fc46709ba8491178e0d37f55323ccf
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/bd97e7ddb8fc46709ba8491178e0d37f55323ccf
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2016-11-08 (Tue, 08 Nov 2016)

  Changed paths:
    M platforms/Cross/vm/sqMemoryAccess.h

  Log Message:
  -----------
  intAtPointer should perform sign extension too if USE_INLINE_MEMORY_ACCESSORS

The other compiler branch DO perform sign extension on linux/windows 64bits vm,
and omitting this sign extension breaks primitiveIntegerAt on MacOSX 64bits Spur.




More information about the Vm-dev mailing list