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

commits at source.squeak.org commits at source.squeak.org
Wed Aug 27 13:59:01 UTC 2014


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

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

Name: VMMaker.oscog-eem.867
Author: eem
Time: 27 August 2014, 2:56:40.049 pm
UUID: cc1cfd85-364f-4e96-8244-aadf3c1f8182
Ancestors: VMMaker.oscog-eem.866

Make SpurBootstrap more debuggable by short-cutting
storeOn: in VMMethiodProxy which was trying to serialize an
entire simulator when asked to answer the storeString of
a selector literal in a proxy CompiledMethod.

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

Item was added:
+ ----- Method: VMObjectProxy>>storeOn: (in category 'printing') -----
+ storeOn: aStream
+ 	"We don't care about storing these things properly.  Doing so involves printing an entire VM.
+ 	 So simply print and hence get debuggable CompiledMethods whose literals are VMObjectProxys."
+ 	^self printOn: aStream!



More information about the Vm-dev mailing list