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

GitHub noreply at github.com
Mon Mar 20 18:57:58 UTC 2017


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 9504734ae7a84b75143bb62d45395088a3ca573e
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/9504734ae7a84b75143bb62d45395088a3ca573e
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2017-03-20 (Mon, 20 Mar 2017)

  Changed paths:
    M nsspur64src/vm/cogit.c
    M nsspur64src/vm/cogit.h
    R nsspur64src/vm/cogitX64.c
    A nsspur64src/vm/cogitX64SysV.c
    A nsspur64src/vm/cogitX64WIN64.c
    M nsspursrc/vm/cogit.h
    M nsspursrc/vm/cogitARMv5.c
    M nsspursrc/vm/cogitIA32.c
    M nsspursrc/vm/cogitMIPSEL.c
    M spur64src/vm/cogit.c
    M spur64src/vm/cogit.h
    R spur64src/vm/cogitX64.c
    A spur64src/vm/cogitX64SysV.c
    A spur64src/vm/cogitX64WIN64.c
    M spurlowcode64src/vm/cogit.c
    M spurlowcode64src/vm/cogit.h
    R spurlowcode64src/vm/cogitX64.c
    A spurlowcode64src/vm/cogitX64SysV.c
    A spurlowcode64src/vm/cogitX64WIN64.c
    M spurlowcodesrc/vm/cogit.h
    M spurlowcodesrc/vm/cogitARMv5.c
    M spurlowcodesrc/vm/cogitIA32.c
    M spurlowcodesrc/vm/cogitMIPSEL.c
    M spursista64src/vm/cogit.c
    M spursista64src/vm/cogit.h
    R spursista64src/vm/cogitX64.c
    A spursista64src/vm/cogitX64SysV.c
    A spursista64src/vm/cogitX64WIN64.c
    M spursistasrc/vm/cogit.h
    M spursistasrc/vm/cogitARMv5.c
    M spursistasrc/vm/cogitIA32.c
    M spursistasrc/vm/cogitMIPSEL.c
    M spursrc/vm/cogit.h
    M spursrc/vm/cogitARMv5.c
    M spursrc/vm/cogitIA32.c
    M spursrc/vm/cogitMIPSEL.c
    M src/vm/cogit.h
    M src/vm/cogitARMv5.c
    M src/vm/cogitIA32.c
    M src/vm/cogitMIPSEL.c

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

Cogit:
Implement the SysV/WIN64 split for the X64 cogit file (*64src/vm/cogit.c).
Make the selection criterion
	#if SysVABI && (...)
	#elif WIN64ABI && (...)
Have the 64-bit cogit.c file default to SysVABI to avoid having to hack the
unix "make system".




More information about the Vm-dev mailing list