New CogVMs available

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 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

seb NZOGANG
Bonjour je suis nouveau dans la Programmation Orientée Objet sur
pharo.j'utilise la version 4.0 de pharo et j'ai une connaissance assez
avancée dans la programmation mais ce langage qui viens juste de nous
être enseigné est assez nouveau pour moi.et c'est dans l'optique de
cet enseignement qu'il nous a été demandé de programmer le jeu tétris
et je ne sai par ou commencer.merci de m'aider SVP.

2015-05-15 6:17 UTC+02:00, Eliot Miranda <[hidden email]>:

> 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

Eliot Miranda-2
Bonjour Seb, et bienvenue!  Je suit Anglais et ma Francais et absolument degoutant, donc je lesse pour autres d'aide vous.  Mais c'est bon d'avoire un autre person entre notre communite.  Bon chance!

2015-05-15 0:59 GMT-07:00 seb NZOGANG <[hidden email]>:
Bonjour je suis nouveau dans la Programmation Orientée Objet sur
pharo.j'utilise la version 4.0 de pharo et j'ai une connaissance assez
avancée dans la programmation mais ce langage qui viens juste de nous
être enseigné est assez nouveau pour moi.et c'est dans l'optique de
cet enseignement qu'il nous a été demandé de programmer le jeu tétris
et je ne sai par ou commencer.merci de m'aider SVP.

2015-05-15 6:17 UTC+02:00, Eliot Miranda <[hidden email]>:
> 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
>




--
best,
Eliot
Reply | Threaded
Open this post in threaded view
|

Re: New CogVMs available

stepharo
In reply to this post by seb NZOGANG
Hello

pay attention that
     - this mailing-list is english
     - then you are on the pharo-developers and not pharo-users
mailing-list, developers means developers of Pharo itself.
     - you can register to the Smalltalk-fr mailing-list
     - do not post in randomthread! Create a new question so that people
can follow a discussion.

Stef

Bonjour je suis nouveau dans la Programmation Orientée Objet sur
pharo.j'utilise la version 4.0 de pharo et j'ai une connaissance assez
avancée dans la programmation mais ce langage qui viens juste de nous
être enseigné est assez nouveau pour moi.et c'est dans l'optique de cet
enseignement qu'il nous a été demandé de programmer le jeu tétris et je
ne sai par ou commencer.merci de m'aider SVP. 2015-05-15 6:17 UTC+02:00,
Eliot Miranda <[hidden email]>:

>> 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

stepharo
In reply to this post by Eliot Miranda-2
Thanks Eliot!

I imagine that seb is from cameroun and in the north cameroun (where french people cannot go because this is too dangerous)
and Hayatou is teaching there Smalltalk since we invited him at Lille and gave him my lectures - ESUG also sent books there.
Hayatou told me that the internet connection is not really good there (kind of one for the university). So this is really nice to see some of his students asking questions.
And thanks for your welcome in french :)

Stef


Le 15/5/15 17:27, Eliot Miranda a écrit :
Bonjour Seb, et bienvenue!  Je suit Anglais et ma Francais et absolument degoutant, donc je lesse pour autres d'aide vous.  Mais c'est bon d'avoire un autre person entre notre communite.  Bon chance!

2015-05-15 0:59 GMT-07:00 seb NZOGANG <[hidden email]>:
Bonjour je suis nouveau dans la Programmation Orientée Objet sur
pharo.j'utilise la version 4.0 de pharo et j'ai une connaissance assez
avancée dans la programmation mais ce langage qui viens juste de nous
être enseigné est assez nouveau pour moi.et c'est dans l'optique de
cet enseignement qu'il nous a été demandé de programmer le jeu tétris
et je ne sai par ou commencer.merci de m'aider SVP.

2015-05-15 6:17 UTC+02:00, Eliot Miranda <[hidden email]>:
> 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
>




--
best,
Eliot