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

commits at source.squeak.org commits at source.squeak.org
Sun Jun 24 00:18:08 UTC 2012


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

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

Name: VMMaker.oscog-eem.166
Author: eem
Time: 23 June 2012, 5:15:11.135 pm
UUID: 3cf5bdaf-bad3-46dd-9836-33e806128aa1
Ancestors: VMMaker.oscog-eem.165

Nuke bogus strlen: siumulations.  The one in VMClass is the true one.

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

Item was removed:
- ----- Method: CogVMSimulator>>strlen: (in category 'debug printing') -----
- strlen: aString
- 	^aString size!

Item was removed:
- ----- Method: NewCoObjectMemorySimulator>>strlen: (in category 'debug printing') -----
- strlen: aString
- 	^aString size!

Item was removed:
- ----- Method: StackInterpreterSimulator>>strlen: (in category 'debug printing') -----
- strlen: aString
- 	^aString size!



More information about the Vm-dev mailing list