[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] e9f6f2: CogVM source as per VMMaker.oscog-eem.2481

GitHub noreply at github.com
Mon Nov 5 18:38:16 UTC 2018


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: e9f6f2f2dd65978b016d433594a10786d8a5049f
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/e9f6f2f2dd65978b016d433594a10786d8a5049f
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2018-11-05 (Mon, 05 Nov 2018)

  Changed paths:
    M platforms/Cross/plugins/SqueakFFIPrims/sqFFITestFuncs.c
    M src/plugins/SqueakFFIPrims/ARM32FFIPlugin.c
    M src/plugins/SqueakFFIPrims/IA32FFIPlugin.c
    M src/plugins/SqueakFFIPrims/X64SysVFFIPlugin.c
    M src/plugins/SqueakFFIPrims/X64Win64FFIPlugin.c

  Log Message:
  -----------
  CogVM source as per VMMaker.oscog-eem.2481

ThreadedFFIPlugin:
Fix a bug passing floats on the stack on X64.  The original code passed stacked
floats as doubles.  Mark ffiPush*Float:in: as <inline: #always> since they are
inined and this eliminates unused functions.
Add some more test functions to sqFFITestFuncs.c



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the Vm-dev mailing list