[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 643bf1: CogVM source as per VMMaker.oscog-eem.3220

Eliot Miranda noreply at github.com
Mon Jul 25 21:29:28 UTC 2022


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 643bf157d88187567b34ac79bbf319770e0bbc1f
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/643bf157d88187567b34ac79bbf319770e0bbc1f
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2022-07-25 (Mon, 25 Jul 2022)

  Changed paths:
    M src/plugins/AsynchFilePlugin/AsynchFilePlugin.c
    M src/plugins/B2DPlugin/B2DPlugin.c
    M src/plugins/B3DAcceleratorPlugin/B3DAcceleratorPlugin.c
    M src/plugins/BochsIA32Plugin/BochsIA32Plugin.c
    M src/plugins/BochsX64Plugin/BochsX64Plugin.c
    M src/plugins/ClipboardExtendedPlugin/ClipboardExtendedPlugin.c
    M src/plugins/FileCopyPlugin/FileCopyPlugin.c
    M src/plugins/GdbARMPlugin/GdbARMPlugin.c
    M src/plugins/GdbARMv8Plugin/GdbARMv8Plugin.c
    M src/plugins/HostWindowPlugin/HostWindowPlugin.c
    M src/plugins/InternetConfigPlugin/InternetConfigPlugin.c
    M src/plugins/JPEGReadWriter2Plugin/JPEGReadWriter2Plugin.c
    M src/plugins/MIDIPlugin/MIDIPlugin.c
    M src/plugins/MacMenubarPlugin/MacMenubarPlugin.c
    M src/plugins/Mpeg3Plugin/Mpeg3Plugin.c
    M src/plugins/SerialPlugin/SerialPlugin.c
    M src/plugins/SocketPlugin/SocketPlugin.c
    M src/plugins/SoundPlugin/SoundPlugin.c
    M src/plugins/SqueakFFIPrims/RiscV64FFIPlugin.c

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

Fix accessor depth calculation for SmartSyntaxInterpreterPlugins.  The scheme
still doesn't follow at: chains thropugh derived pointers starting with
firstIndexableField: but it's good enough, and a big step up from assuming
the accessor depths of primitives in all such plugins is 0.

Implement what I think Ken wants for ThreadedRiscV64FFIPlugin>>ffiCalloutTo:SpecOnStack:in:,
i.e. to treat float & double differently from the array of float/double.




More information about the Vm-dev mailing list