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

commits at source.squeak.org commits at source.squeak.org
Fri Mar 4 17:59:23 UTC 2016


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

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

Name: VMMaker.oscog-eem.1708
Author: eem
Time: 4 March 2016, 9:57:06.482075 am
UUID: 024f7c27-85ef-488c-ad21-bdbcac6e25ea
Ancestors: VMMaker.oscog-eem.1707

Nuke unused named prim primitiveOriginalMillisecondClock so VM can eliminate ioOldMSecs.

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

Item was removed:
- ----- Method: InterpreterPrimitives>>primitiveOriginalMillisecondClock (in category 'system control primitives') -----
- primitiveOriginalMillisecondClock
- 	"Return the value of the millisecond clock as an integer, using the old method prior to the 64-bit microsecond clock."
- 	<export: true>
- 	self pop: 1 thenPush: (objectMemory integerObjectOf: (self ioOldMSecs bitAnd: MillisecondClockMask))!



More information about the Vm-dev mailing list