[Vm-dev] VM Maker: VMMaker.oscog-eem.2471.mcz

Alistair Grant akgrant0710 at gmail.com
Tue Oct 23 06:42:59 UTC 2018


Hi Eliot,

On Tue, 23 Oct 2018 at 01:08, <commits at source.squeak.org> wrote:
>
>
> Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
> http://source.squeak.org/VMMaker/VMMaker.oscog-eem.2471.mcz
>
> ==================== Summary ====================
>
> Name: VMMaker.oscog-eem.2471
> Author: eem
> Time: 22 October 2018, 4:06:22.886297 pm
> UUID: 1d2b46b2-adf0-4b97-8422-59b4f078dfe3
> Ancestors: VMMaker.oscog-eem.2470
>
> Simulation:
> Fix a regression in memcpy:_:_: in VMMaker.oscog-eem.2467.  Make malloc: simuulate a la alloca:.

Changing the result of malloc: from a ByteArray to a CArrayAccessor
changes the indexing from 1 based to 0 based and removes other
collection functionality, e.g. #allButLast, which breaks other parts
of the simulator, e.g. #cStringOrNullFor: and #primitiveGetenv.

Is this really what you want to do?

Cheers,
Alistair


More information about the Vm-dev mailing list