[Vm-dev] VM Maker: VMMaker-oscog-EstebanLorenzano.228.mcz

Esteban Lorenzano estebanlm at gmail.com
Tue Dec 11 16:25:47 UTC 2012


... and the build is broken due some initialization issues, but I will fix that tomorrow :)

Esteban

On Dec 11, 2012, at 5:19 PM, "David T. Lewis" <lewis at mail.msen.com> wrote:

> 
> Commit notice blocked due to size, forwarding trimmed version:
> 
> ----- Forwarded message from vm-dev-owner at lists.squeakfoundation.org -----
> 
> Delivered-To: list-vm-dev at lists.squeakfoundation.org
> Date: Tue, 11 Dec 2012 13:31:12.126 0000
> From: commits at source.squeak.org
> To: vm-dev at lists.squeakfoundation.org
> Reply-To: vm-dev at lists.squeakfoundation.org
> Subject: VM Maker: VMMaker-oscog-EstebanLorenzano.228.mcz
> 
> Esteban Lorenzano uploaded a new version of VMMaker to project VM Maker:
> http://source.squeak.org/VMMaker/VMMaker-oscog-EstebanLorenzano.228.mcz
> 
> ==================== Summary ====================
> 
> Name: VMMaker-oscog-EstebanLorenzano.228
> Author: EstebanLorenzano
> Time: 11 December 2012, 2:30:45.751 pm
> UUID: a2751bbe-713b-4ed3-94e3-4cd469f13f43
> Ancestors: VMMaker-oscog-EstebanLorenzano.166, VMMaker.oscog-eem.227
> 
> - merged with Eliot 227 version
> 
> =============== Diff against VMMaker-oscog-EstebanLorenzano.166 ===============
> 
> Item was changed:
>  ----- Method: AbstractInstructionTests>>runAddCqR: (in category 'running') -----
>  runAddCqR: assertPrintBar
>  	"self defaultTester runAddCqR: true"
>  	"self defaultTester runAddCqR: false"
>  	| memory |
> + 	memory := ByteArray new: 20.
> - 	memory := ByteArray new: 16.
>  	self concreteCompilerClass dataRegistersWithAccessorsDo:
>  		[:reg :rgetter :rsetter|
> 
> 	<snip>
> 



More information about the Vm-dev mailing list