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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: c8550351fce3184c81dd76bb966683b46a1d30aa
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/c8550351fce3184c81dd76bb966683b46a1d30aa
  Author: Nicolas Cellier <[hidden email]>
  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.