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

Chris Cunningham cunningham.cb at gmail.com
Sat Aug 22 04:52:58 UTC 2015


Hi.

On Fri, Aug 21, 2015 at 6:19 PM, <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.1441.mcz
>
> ==================== Summary ====================
>
> Name: VMMaker.oscog-eem.1441
> Author: eem
> Time: 21 August 2015, 6:18:57.387 pm
> UUID: c41d605b-7d2e-4ecc-95e1-b295119106a7
> Ancestors: VMMaker.oscog-eem.1440
>
> Modify Spur ImageSegment load to become the segmentWordArray into an Array
> of the loaded objects if load is successful, hence decoupling ImageSegment
> from the assumption that objects are allocated in order.
>
> Fix the (unused) ByteArray>>long64At: extension method to do what it
> advertises.
>

thanks, nice and clear and the following works:


(ByteArray new: 8) long64At: 1 put: 32; long64At: 1  "==> 32"

-cbc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20150821/603a2d1a/attachment.htm


More information about the Vm-dev mailing list