[Vm-dev] VM Maker: VMMaker-dtl.276.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jun 26 11:21:29 UTC 2012


David T. Lewis uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker-dtl.276.mcz

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

Name: VMMaker-dtl.276
Author: dtl
Time: 26 June 2012, 7:19:34.52 am
UUID: 8ca183d8-1667-4b12-bcb9-9679eed75702
Ancestors: VMMaker-dtl.275

Put CompiledMethod>>requiresConcreteImplementation in package VMMaker. This was miscategorized in my development image, hence missing from the ;VMMaker package.

=============== Diff against VMMaker-dtl.275 ===============

Item was added:
+ ----- Method: CompiledMethod>>requiresConcreteImplementation (in category '*VMMaker-translation') -----
+ requiresConcreteImplementation
+ 	| marker |
+ 	marker := self markerOrNil.
+ 	^ marker notNil and: [marker = #subclassResponsibility].!



More information about the Vm-dev mailing list