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

commits at source.squeak.org commits at source.squeak.org
Thu Jun 25 21:00:05 UTC 2015


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

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

Name: VMMaker.oscog-eem.1381
Author: eem
Time: 25 June 2015, 1:58:03.542 pm
UUID: 354a3c71-6582-4dbc-bfc8-39bda700e8cf
Ancestors: VMMaker.oscog-eem.1380

Unreachable needs to be inlined to avoid popping up in the cogits.

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

Item was changed:
  ----- Method: VMClass>>unreachable (in category 'debug support') -----
  unreachable
+ 	<inline: true>
  	self error: 'UNREACHABLE'!



More information about the Vm-dev mailing list