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

commits at source.squeak.org commits at source.squeak.org
Thu Feb 12 19:17:47 UTC 2015


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

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

Name: VMMaker.oscog-eem.1060
Author: eem
Time: 12 February 2015, 11:16:07.873 am
UUID: c43c476e-10ff-420e-a2eb-c17d4624e338
Ancestors: VMMaker.oscog-eem.1059

And FloatMathPlugin needs floatExponentBits

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

Item was added:
+ ----- Method: FloatMathPlugin>>floatExponentBits (in category 'float primitives') -----
+ floatExponentBits
+ 	"Answer the number of bits in the double-precision exponent.  This is an 11-bit field."
+ 	<inline: true>
+ 	^11!

Item was changed:
  ----- Method: InterpreterPrimitives>>floatExponentBits (in category 'primitive support') -----
  floatExponentBits
  	"Answer the number of bits in the double-precision exponent.  This is an 11-bit field."
+ 	<inline: true>
  	^11!



More information about the Vm-dev mailing list