[Vm-dev] [Vm-team] New VM builds to support Squeak 4.1 release (was: [squeak-dev] 4.1 release tasks)

David T. Lewis lewis at mail.msen.com
Sun Mar 28 20:53:59 UTC 2010


On Fri Mar 19 07:13:18 UTC 2010, John M McIntosh wrote:
>
> On 2010-03-18, at 6:20 PM, David T. Lewis wrote:
> >
> > - Merge and adopt John's 64-bit and iPhone changes (John, need guidance
> >  as to specific things we need to include for 4.1).
> 
> http://lists.squeakfoundation.org/pipermail/vm-dev/2010-January/003614.html

>From the above link:

> sqInt readImageFromFileHeapSizeStartingAt(sqImageFile  f, sqInt desiredHeapSize, squeakFileOffsetType  imageOffset);
> should be
> sqInt readImageFromFileHeapSizeStartingAt(sqImageFile  f, usqInt desiredHeapSize, squeakFileOffsetType  imageOffset);
> 
> EXPORT(sqInt) dumpImage(sqInt fileName);
> should be
> EXPORT(sqInt) dumpImage(char * fileName);

The declarations for readImageFromFileHeapSizeStartingAt() and dumpImage() are
both fixed in VMMaker-dtl.165 on SqueakSource.

Dave



More information about the Vm-dev mailing list