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

Eliot Miranda noreply at github.com
Wed Feb 23 19:33:04 UTC 2022


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: f2dc60af97e3770d85a84f6ef0dfc17661c2f2e7
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/f2dc60af97e3770d85a84f6ef0dfc17661c2f2e7
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2022-02-23 (Wed, 23 Feb 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.3168

CogARMv8Compiler: add logging of which lines set or clear executability via
pthread_jit_write_protect_np.  Hence find that Cogit>>freeUnmarkedMachineCode
was not enabling executability.

StackToRegisterMappingCogit: Fix assert failures on first pass of
embedded block compilations.




More information about the Vm-dev mailing list