[Vm-dev] VM Maker: VMMaker.oscog-eem.3113.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Nov 30 18:37:08 UTC 2021


Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker.oscog-eem.3113.mcz

==================== Summary ====================

Name: VMMaker.oscog-eem.3113
Author: eem
Time: 30 November 2021, 10:36:54.041773 am
UUID: 1c9b844a-96a5-4864-a115-b66fe2de890b
Ancestors: VMMaker.oscog-eem.3112

CoInterpreterMT: add missing doNotGenerate to a simulation method.

=============== Diff against VMMaker.oscog-eem.3112 ===============

Item was changed:
  ----- Method: CogThreadManager>>vmThreadForCurrentProcess (in category 'simulation') -----
  vmThreadForCurrentProcess
+ 	<doNotGenerate>
  	| thisProcess |
  	thisProcess := Processor activeProcess.
  	^threads detect: [:t| t osThread = thisProcess] !



More information about the Vm-dev mailing list