[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 083a49: CogVM source as per VMMaker.oscog-eem.3200

Eliot Miranda noreply at github.com
Sat Jun 25 20:42:45 UTC 2022


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 083a49007d9899805b52d5121bb6974b45665f59
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/083a49007d9899805b52d5121bb6974b45665f59
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2022-06-25 (Sat, 25 Jun 2022)

  Changed paths:
    M src/spur32.cog.lowcode/cogit.h
    M src/spur32.cog.lowcode/cogitARMv5.c
    M src/spur32.cog.lowcode/cogitIA32.c
    M src/spur32.cog/cogit.h
    M src/spur32.cog/cogitARMv5.c
    M src/spur32.cog/cogitIA32.c
    M src/spur32.sista/cogit.h
    M src/spur32.sista/cogitARMv5.c
    M src/spur32.sista/cogitIA32.c
    M src/spur64.cog.lowcode/cogit.h
    M src/spur64.cog.lowcode/cogitARMv8.c
    M src/spur64.cog.lowcode/cogitX64SysV.c
    M src/spur64.cog.lowcode/cogitX64WIN64.c
    M src/spur64.cog/cogit.h
    M src/spur64.cog/cogitARMv8.c
    M src/spur64.cog/cogitX64SysV.c
    M src/spur64.cog/cogitX64WIN64.c
    M src/spur64.sista/cogit.h
    M src/spur64.sista/cogitARMv8.c
    M src/spur64.sista/cogitX64SysV.c
    M src/spur64.sista/cogitX64WIN64.c
    M src/v3.cog/cogit.h
    M src/v3.cog/cogitARMv5.c
    M src/v3.cog/cogitIA32.c

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

Add a scheme to report the traceFlags in usage() on the command-line.
traceFlagsMeanings is a null-terminated array of strings as per argv.

Redefine the flags so that the newspeak-only & simulation-only ones
come at the end so avoid reporting unused entries.




More information about the Vm-dev mailing list