New CogVMs available

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

New CogVMs available

Eliot Miranda-2
at http://www.mirandabanda.org/files/Cog/VM/VM.r3343.

CogVM source as per VMMaker.oscog-eem.1303/r3343

Cogit:
Fix the regression with #== in the StackToRegisterMappingCogit;
a spilled constant must still be dropped from the stack. (fixes the width:color: MNU)

Since the method zone does not scavenge PICs, the MNU method in an MNU PIC entry
cannot be young.  If it is, void the cache (load 0 instead of the method).
--
best,
Eliot


Reply | Threaded
Open this post in threaded view
|

Re: New CogVMs available

Tobias Pape
...and updated on the CI.
Output on : http://build.squeak.org/job/SqueakTrunk/1482

Best regards
        -Tobias

On 15.05.2015, at 06:17, Eliot Miranda <[hidden email]> wrote:

> at http://www.mirandabanda.org/files/Cog/VM/VM.r3343.
>
> CogVM source as per VMMaker.oscog-eem.1303/r3343
>
> Cogit:
> Fix the regression with #== in the StackToRegisterMappingCogit;
> a spilled constant must still be dropped from the stack. (fixes the width:color: MNU)
>
> Since the method zone does not scavenge PICs, the MNU method in an MNU PIC entry
> cannot be young.  If it is, void the cache (load 0 instead of the method).
> --
> best,
> Eliot
>


Reply | Threaded
Open this post in threaded view
|

Re: New CogVMs available

marcel.taeumel
In reply to this post by Eliot Miranda-2
Awesome! :)

Best,
Marcel