VM Maker: VMMaker.oscog-eem.589.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

VM Maker: VMMaker.oscog-eem.589.mcz

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

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

Name: VMMaker.oscog-eem.589
Author: eem
Time: 22 January 2014, 4:35:18.69 pm
UUID: 9cec8b08-0811-4b7b-a2fb-2b3ad91579ad
Ancestors: VMMaker.oscog-eem.588

Fix snafu

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

Item was changed:
  ----- Method: NewObjectMemorySimulator class>>vmProxyMinorVersion (in category 'simulation only') -----
  vmProxyMinorVersion
  "hack around the CoInterpreter/ObjectMemory split refactoring"
+ ^StackInterpreter vmProxyMinorVersion!
- ^CoInterpreter vmProxyMinorVersion!