VM Maker: VMMaker-oscog.29.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.29.mcz

squeak-dev-noreply
 
Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
http://www.squeaksource.com/VMMaker/VMMaker-oscog.29.mcz

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

Name: VMMaker-oscog.29
Author: eem
Time: 18 September 2010, 9:48:12 am
UUID: c043454b-2bd2-4f79-8308-9c6c82ecf645
Ancestors: VMMaker-oscog.28

CogVM:
        Fix machine-code floating point comparisons for nan cases (< & <=).
        Provide tests for CmpCqR CmpRdRd et al.
        Nuke primitiveIdentityDictionaryLookup; it is unused and ties
        down the system too much (putting e.g. a hash algorithm in the VM).

Reply | Threaded
Open this post in threaded view
|

Re: VM Maker: VMMaker-oscog.29.mcz

stephane ducasse-2


On Sep 19, 2010, at 8:54 AM, [hidden email] wrote:

>
> Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
> http://www.squeaksource.com/VMMaker/VMMaker-oscog.29.mcz
>
> ==================== Summary ====================
>
> Name: VMMaker-oscog.29
> Author: eem
> Time: 18 September 2010, 9:48:12 am
> UUID: c043454b-2bd2-4f79-8308-9c6c82ecf645
> Ancestors: VMMaker-oscog.28
>
> CogVM:
> Fix machine-code floating point comparisons for nan cases (< & <=).
> Provide tests for CmpCqR CmpRdRd et al.
> Nuke primitiveIdentityDictionaryLookup; it is unused and ties
> down the system too much (putting e.g. a hash algorithm in the VM).
Excellent!!!!! I like when magic is moved to the image :)

Stef

>