[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] c85503: Regenerate source for Threaded FFI plugin from VMM...

Nicolas Cellier noreply at github.com
Sat Feb 1 17:36:38 UTC 2020


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: c8550351fce3184c81dd76bb966683b46a1d30aa
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/c8550351fce3184c81dd76bb966683b46a1d30aa
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2020-02-01 (Sat, 01 Feb 2020)

  Changed paths:
    M src/plugins/SqueakFFIPrims/ARM32FFIPlugin.c
    M src/plugins/SqueakFFIPrims/ARM64FFIPlugin.c
    M src/plugins/SqueakFFIPrims/IA32FFIPlugin.c
    M src/plugins/SqueakFFIPrims/SqueakFFIPrims.c
    M src/plugins/SqueakFFIPrims/X64SysVFFIPlugin.c
    M src/plugins/SqueakFFIPrims/X64Win64FFIPlugin.c

  Log Message:
  -----------
  Regenerate source for Threaded FFI plugin from VMMaker.oscog-nice.2693

Let X64 SysV FFI handle passing/returning union

This can be tricky because we can have union in struct, struct in union etc...
So we must correctly peel the union.




More information about the Vm-dev mailing list