VM Maker: VMMaker.oscog-eem.2129.mcz

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

VM Maker: VMMaker.oscog-eem.2129.mcz

commits-2
 
Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker.oscog-eem.2129.mcz

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

Name: VMMaker.oscog-eem.2129
Author: eem
Time: 14 February 2017, 3:23:53.789991 pm
UUID: f39cb56a-835d-4d70-b824-3d86c8bd25d2
Ancestors: VMMaker.oscogSPC-eem.2129, VMMaker.oscog-rsf.2128

Merge with VMMaker.oscogSPC-eem.2129

=============== Diff against VMMaker.oscogSPC-eem.2129 ===============

Item was changed:
  ----- Method: SpurMemoryManager class>>compactorClass (in category 'accessing class hierarchy') -----
  compactorClass
  "Answer the compaction algorithm to use."
+ ^Smalltalk classNamed: (initializationOptions at: #compactorClass ifAbsent: [#SpurPigCompactor])!
- ^Smalltalk classNamed: (initializationOptions at: #compactorClass ifAbsent: [#SpurPlanningCompactor])!

Reply | Threaded
Open this post in threaded view
|

Re: VM Maker: VMMaker.oscog-eem.2129.mcz

Levente Uzonyi
 
Does this mean that the new compactor will be used by new VMs built by
the CI?
I downloaded cog_linux64x64_squeak.cog.spur_201702150128.tar.gz and found
that it doesn't contain any plugins, so I suppose something went wrong
with that build.

Levente

On Tue, 14 Feb 2017, [hidden email] wrote:

>
> Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
> http://source.squeak.org/VMMaker/VMMaker.oscog-eem.2129.mcz
>
> ==================== Summary ====================
>
> Name: VMMaker.oscog-eem.2129
> Author: eem
> Time: 14 February 2017, 3:23:53.789991 pm
> UUID: f39cb56a-835d-4d70-b824-3d86c8bd25d2
> Ancestors: VMMaker.oscogSPC-eem.2129, VMMaker.oscog-rsf.2128
>
> Merge with VMMaker.oscogSPC-eem.2129
>
> =============== Diff against VMMaker.oscogSPC-eem.2129 ===============
>
> Item was changed:
>  ----- Method: SpurMemoryManager class>>compactorClass (in category 'accessing class hierarchy') -----
>  compactorClass
>   "Answer the compaction algorithm to use."
> + ^Smalltalk classNamed: (initializationOptions at: #compactorClass ifAbsent: [#SpurPigCompactor])!
> - ^Smalltalk classNamed: (initializationOptions at: #compactorClass ifAbsent: [#SpurPlanningCompactor])!
Reply | Threaded
Open this post in threaded view
|

Re: VM Maker: VMMaker.oscog-eem.2129.mcz

Tobias Pape
 

On 15.02.2017, at 18:55, Levente Uzonyi <[hidden email]> wrote:

> Does this mean that the new compactor will be used by new VMs built by the CI?
> I downloaded cog_linux64x64_squeak.cog.spur_201702150128.tar.gz and found that it doesn't contain any plugins, so I suppose something went wrong with that build.

Only once the C code is generated and checked in :)

>
> Levente
>
> On Tue, 14 Feb 2017, [hidden email] wrote:
>
>> Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
>> http://source.squeak.org/VMMaker/VMMaker.oscog-eem.2129.mcz
>>
>> ==================== Summary ====================
>>
>> Name: VMMaker.oscog-eem.2129
>> Author: eem
>> Time: 14 February 2017, 3:23:53.789991 pm
>> UUID: f39cb56a-835d-4d70-b824-3d86c8bd25d2
>> Ancestors: VMMaker.oscogSPC-eem.2129, VMMaker.oscog-rsf.2128
>>
>> Merge with VMMaker.oscogSPC-eem.2129
>>
>> =============== Diff against VMMaker.oscogSPC-eem.2129 ===============
>>
>> Item was changed:
>> ----- Method: SpurMemoryManager class>>compactorClass (in category 'accessing class hierarchy') -----
>> compactorClass
>> "Answer the compaction algorithm to use."
>> + ^Smalltalk classNamed: (initializationOptions at: #compactorClass ifAbsent: [#SpurPigCompactor])!
>> - ^Smalltalk classNamed: (initializationOptions at: #compactorClass ifAbsent: [#SpurPlanningCompactor])!

Reply | Threaded
Open this post in threaded view
|

Re: VM Maker: VMMaker.oscog-eem.2129.mcz

Levente Uzonyi
 
On Thu, 16 Feb 2017, Tobias Pape wrote:

>
>
> On 15.02.2017, at 18:55, Levente Uzonyi <[hidden email]> wrote:
>
>> Does this mean that the new compactor will be used by new VMs built by the CI?
>> I downloaded cog_linux64x64_squeak.cog.spur_201702150128.tar.gz and found that it doesn't contain any plugins, so I suppose something went wrong with that build.
>
> Only once the C code is generated and checked in :)

If I'm not mistaken, Eliot pushed the sources right away (b0faf3: CogVM
source as per VMMaker.oscogSPC-eem.2129).
My point was that the resulting build was incomplete.

Levente

>
>>
>> Levente
>>
>> On Tue, 14 Feb 2017, [hidden email] wrote:
>>
>>> Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
>>> http://source.squeak.org/VMMaker/VMMaker.oscog-eem.2129.mcz
>>>
>>> ==================== Summary ====================
>>>
>>> Name: VMMaker.oscog-eem.2129
>>> Author: eem
>>> Time: 14 February 2017, 3:23:53.789991 pm
>>> UUID: f39cb56a-835d-4d70-b824-3d86c8bd25d2
>>> Ancestors: VMMaker.oscogSPC-eem.2129, VMMaker.oscog-rsf.2128
>>>
>>> Merge with VMMaker.oscogSPC-eem.2129
>>>
>>> =============== Diff against VMMaker.oscogSPC-eem.2129 ===============
>>>
>>> Item was changed:
>>> ----- Method: SpurMemoryManager class>>compactorClass (in category 'accessing class hierarchy') -----
>>> compactorClass
>>> "Answer the compaction algorithm to use."
>>> + ^Smalltalk classNamed: (initializationOptions at: #compactorClass ifAbsent: [#SpurPigCompactor])!
>>> - ^Smalltalk classNamed: (initializationOptions at: #compactorClass ifAbsent: [#SpurPlanningCompactor])!
Reply | Threaded
Open this post in threaded view
|

Re: VM Maker: VMMaker.oscog-eem.2129.mcz

Tobias Pape
 

On 16.02.2017, at 12:39, Levente Uzonyi <[hidden email]> wrote:

> On Thu, 16 Feb 2017, Tobias Pape wrote:
>
>>
>> On 15.02.2017, at 18:55, Levente Uzonyi <[hidden email]> wrote:
>>
>>> Does this mean that the new compactor will be used by new VMs built by the CI?
>>> I downloaded cog_linux64x64_squeak.cog.spur_201702150128.tar.gz and found that it doesn't contain any plugins, so I suppose something went wrong with that build.
>>
>> Only once the C code is generated and checked in :)
>
> If I'm not mistaken, Eliot pushed the sources right away (b0faf3: CogVM source as per VMMaker.oscogSPC-eem.2129).
> My point was that the resulting build was incomplete.
>

oops :/


> Levente
>
>>
>>> Levente
>>> On Tue, 14 Feb 2017, [hidden email] wrote:
>>>> Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
>>>> http://source.squeak.org/VMMaker/VMMaker.oscog-eem.2129.mcz
>>>> ==================== Summary ====================
>>>> Name: VMMaker.oscog-eem.2129
>>>> Author: eem
>>>> Time: 14 February 2017, 3:23:53.789991 pm
>>>> UUID: f39cb56a-835d-4d70-b824-3d86c8bd25d2
>>>> Ancestors: VMMaker.oscogSPC-eem.2129, VMMaker.oscog-rsf.2128
>>>> Merge with VMMaker.oscogSPC-eem.2129
>>>> =============== Diff against VMMaker.oscogSPC-eem.2129 ===============
>>>> Item was changed:
>>>> ----- Method: SpurMemoryManager class>>compactorClass (in category 'accessing class hierarchy') -----
>>>> compactorClass
>>>> "Answer the compaction algorithm to use."
>>>> + ^Smalltalk classNamed: (initializationOptions at: #compactorClass ifAbsent: [#SpurPigCompactor])!
>>>> - ^Smalltalk classNamed: (initializationOptions at: #compactorClass ifAbsent: [#SpurPlanningCompactor])!