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

commits at source.squeak.org commits at source.squeak.org
Wed Dec 17 22:18:57 UTC 2014


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

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

Name: VMMaker.oscog-eem.991
Author: eem
Time: 17 December 2014, 2:15:58.373 pm
UUID: 368647af-b954-4bf5-a526-3f83badb3361
Ancestors: VMMaker.oscog-eem.990

The fetchLong32:ofFloatObject: indirection should
ne marked inline to avoid changing generated
source too much.

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

Item was changed:
  ----- Method: ObjectMemory>>fetchLong32:ofFloatObject: (in category 'object access') -----
  fetchLong32: fieldIndex ofFloatObject: oop
  	"index by word size, and return a pointer as long as the word size"
+ 	<inline: true>
  	^self fetchLong32: fieldIndex ofObject: oop!

Item was changed:
  ----- Method: Spur32BitMemoryManager>>fetchLong32:ofFloatObject: (in category 'object access') -----
  fetchLong32: fieldIndex ofFloatObject: oop
  	"index by word size, and return a pointer as long as the word size"
+ 	<inline: true>
  	^self fetchLong32: fieldIndex ofObject: oop!



More information about the Vm-dev mailing list