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.r3336/.

CogVM binaries as per VMMaker.oscog-eem.1299/r3336

Clarify how to specify variadic primitives in the Cogit's primitive table
initializer (it had confused me enough to cause a regression).

Fix the regression in genPrmitiveClass.

Implement the stream primtiives using genFastPrimFail
which should speed up the stream prims noticeably.

--
best,
Eliot


Reply | Threaded
Open this post in threaded view
|

Re: [Vm-dev] New CogVMs available

Tobias Pape
..and updated on CI,
Job running at: http://build.squeak.org/job/SqueakTrunk/1479/consoleFull

On 13.05.2015, at 17:43, Eliot Miranda <[hidden email]> wrote:

> at http://www.mirandabanda.org/files/Cog/VM/VM.r3336/.
>
> CogVM binaries as per VMMaker.oscog-eem.1299/r3336
>
> Clarify how to specify variadic primitives in the Cogit's primitive table
> initializer (it had confused me enough to cause a regression).
>
> Fix the regression in genPrmitiveClass.
>
> Implement the stream primtiives using genFastPrimFail
> which should speed up the stream prims noticeably.




Reply | Threaded
Open this post in threaded view
|

Re: [Vm-dev] New CogVMs available

Tobias Pape

On 13.05.2015, at 18:02, Tobias Pape <[hidden email]> wrote:

> ..and updated on CI,
> Job running at: http://build.squeak.org/job/SqueakTrunk/1479/consoleFull

The build also errored with the dnu that is a suspected stack corruption bug
(not verified)

>
> On 13.05.2015, at 17:43, Eliot Miranda <[hidden email]> wrote:
>
>> at http://www.mirandabanda.org/files/Cog/VM/VM.r3336/.
>>
>> CogVM binaries as per VMMaker.oscog-eem.1299/r3336
>>
>> Clarify how to specify variadic primitives in the Cogit's primitive table
>> initializer (it had confused me enough to cause a regression).
>>
>> Fix the regression in genPrmitiveClass.
>>
>> Implement the stream primtiives using genFastPrimFail
>> which should speed up the stream prims noticeably.