[Vm-dev] VM Maker: Cog-eem.49.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jul 11 20:03:21 UTC 2012


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

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

Name: Cog-eem.49
Author: eem
Time: 11 July 2012, 1:03:06.847 pm
UUID: 97c68673-8068-4b5b-9978-1c68751ffb13
Ancestors: Cog-lw.48

Remove duplicate methods now moved to superclass and fix a timestamp.

=============== Diff against Cog-lw.48 ===============

Item was removed:
- ----- Method: BochsIA32Alien>>printRegistersOn: (in category 'printing') -----
- printRegistersOn: aStream
- 	self printRegisterState: self registerState on: aStream.
- 	aStream flush!

Item was removed:
- ----- Method: BochsIA32Alien>>reportPrimitiveFailure (in category 'error handling') -----
- reportPrimitiveFailure
- 	| errorAndLog |
- 	errorAndLog := self primitiveErrorAndLog.
- 	self error: 'Error ', errorAndLog first printString, (errorAndLog last ifNil: [''] ifNotNil: [:log| ' ', log])!

Item was changed:
  ----- Method: CogProcessorAlien>>printRegistersOn: (in category 'printing') -----
  printRegistersOn: aStream
  	self printRegisterState: self registerState on: aStream.
  	aStream flush!



More information about the Vm-dev mailing list