[Vm-dev] Re: VM Maker: VMMaker-dtl.233.mcz

David T. Lewis lewis at mail.msen.com
Tue May 17 01:22:25 UTC 2011


Reloading missing file from SqueakSource repository

On Tue, May 17, 2011 at 03:21:24AM +0000, squeak-dev-noreply at lists.squeakfoundation.org wrote:
> Dave Lewis uploaded a new version of VMMaker to project VM Maker:
> http://www.squeaksource.com/VMMaker/VMMaker-dtl.233.mcz
> 
> ==================== Summary ====================
> 
> Name: VMMaker-dtl.233
> Author: dtl
> Time: 15 May 2011, 6:09:52 am
> UUID: 4b627403-058b-4826-8c7f-74dd0ef6b803
> Ancestors: VMMaker-dtl.232
> 
> VMMaker 4.4.20
> Add LargeInteger plugin extension to compute Montgomery modular multiplication.
> Reference Mantis 0007120: [ENH] Speed-up raisedTo:modulo:
> 
> Change Set:		Integer-raisedTo-modulo-plugin-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