[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] e4ab4a: Restore some support for predefined MSVC macros

GitHub noreply at github.com
Fri Jul 22 15:59:41 UTC 2016


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: e4ab4a477288ce40de12aff398869a2a3feadc4b
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/e4ab4a477288ce40de12aff398869a2a3feadc4b
  Author: Nicolas Cellier <nicolas.cellier at sirehna.com>
  Date:   2016-07-22 (Fri, 22 Jul 2016)

  Changed paths:
    M platforms/Cross/vm/sqAtomicOps.h
    M platforms/Cross/vm/sqCogStackAlignment.h
    M platforms/win32/vm/config.h
    M platforms/win32/vm/sqConfig.h
    M platforms/win32/vm/sqWin32Backtrace.c
    M platforms/win32/vm/sqWin32Main.c
    M platforms/win32/vm/sqWin32VMProfile.c

  Log Message:
  -----------
  Restore some support for predefined MSVC macros

_M_IX86 is defined at least since .NET 2003 (MSVC7)
_M_IA64 was defined at least since .NET 2003
There is no __asm directive in MSVC 64bits support, use __readgsqword to retrieve the thread information block (NT_TIB*)


  Commit: 88cf2829c21891ef0ba3f2a3b62c647c57d9bc72
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/88cf2829c21891ef0ba3f2a3b62c647c57d9bc72
  Author: Nicolas Cellier <nicolas.cellier at sirehna.com>
  Date:   2016-07-22 (Fri, 22 Jul 2016)

  Changed paths:
    M platforms/win32/vm/sqWin32Main.c

  Log Message:
  -----------
  Oups, correct typo


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/e4ab95fc5ebf...88cf2829c218


More information about the Vm-dev mailing list