[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] c64566: Authorize usage of Squeak types in vmCallback

GitHub noreply at github.com
Mon Aug 8 20:52:17 UTC 2016


  Branch: refs/heads/LLP64
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: c64566a79a17adf88ec7caeb001536792d92402e
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/c64566a79a17adf88ec7caeb001536792d92402e
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
    M platforms/Cross/plugins/IA32ABI/arm32ia32abicc.c
    M platforms/Cross/plugins/IA32ABI/x64ia32abicc.c

  Log Message:
  -----------
  Authorize usage of Squeak types in vmCallback

For example, vmCallback might rely on sqIntptr_t for LLP64 compatibility.
The order of include files must be revised in order to do so
This change has been applied to ia32abicc.c cf. https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/336c3d5ba394eb2812db7cee5320ce8c03f6112c (336c3d5)
It must also be applied to other supported ABI (arm32, x64)
Note sure what is needed for ppc32abicc...




More information about the Vm-dev mailing list