VM Maker: VMMaker.oscog-dtl.67.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

VM Maker: VMMaker.oscog-dtl.67.mcz

squeak-dev-noreply
 
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

Reply | Threaded
Open this post in threaded view
|

Re: VM Maker: VMMaker.oscog-dtl.67.mcz

David T. Lewis
 
On Tue, May 17, 2011 at 03:42:57AM +0000, [hidden email] wrote:
> Dave Lewis uploaded a new version of VMMaker to project VM Maker:
> http://www.squeaksource.com/VMMaker/VMMaker.oscog-dtl.67.mcz

Notes:

This is posted with package name VMMaker.oscog-xxx to comply with the
recommended naming convention. Ancestors are named VMMaker-oscog.xxx
(VMMaker-oscog-MarianoMartinezPeck.66 is direct predecessor), and
VMMaker.oscog-dtl.67.mcz is not yet merged with VMMaker.oscog-eem.56.

My assumptions: Future updates in this branch should use the VMMaker.oscog-xxx
naming convention. Eliot owns this branch, and updates labeled VMMaker.oscog-eem
are assumed to take precedence. Anything named VMMaker.oscog-xxx is a
contribution to be merged at Eliot's discretion.

Dave