[Vm-dev] VM Maker: VMMaker.oscog-dtl.67.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Tue May 17 03:42:57 UTC 2011


Dave Lewis uploaded a new version of VMMaker to project VM Maker:
http://www.squeaksource.com/VMMaker/VMMaker.oscog-dtl.67.mcz

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

Name: VMMaker.oscog-dtl.67
Author: dtl
Time: 16 May 2011, 9:31 am
UUID: 08000000-1508-4e03-1508-4e0314000000
Ancestors: VMMaker-oscog-MarianoMartinezPeck.66

Synchronize with VMMaker-dtl.234 and VMMaker-dtl.233

Mantis 7109:

Change Set:		LargeIntegersPlugin-SpeedUp-BitShift-Patch-M7109-nice
Date:			4 July 2008
Author:			nice

These are small improvment to speed up LargeIntegersPlugin bitShift:
See http://bugs.squeak.org/view.php?id=7109

Mantis 7120:

Change Set:		Integer-raisedTo-modulo-COGplugin-M7120-nice
Date:			12 July 2008
Author:			nice

This is a LargeInteger plugin extension to compute Montgomery modular multiplication

((a * b ) / (d^n)) \\ m

Digit d is set to 256 (LargeIntegers are Byte arrays)
n is set to m digitLength.
The negated inverse of m modulo 256 has to be provided on input



More information about the Vm-dev mailing list