[Vm-dev] Squeak on BeagleBoneBlack (ARM FFI)

Douglas McPherson djm1329 at san.rr.com
Tue May 13 17:18:30 UTC 2014


The tiny benchmarks on the BBB are

67015706 bytecodes/sec; 3536215 sends/sec

and for the RPi:

30360531 bytecodes/sec; 1971110 sends/sec

So the BBB seems about 2x compared to RPi, at least for these tests. 

What is the nature of the BitBlt enhancements? Would they be easy to apply to the ARMv7?

Thanks,
Doug


On May 10, 2014, at 15:07 , tim Rowledge wrote:

> 
> 
> On 10-05-2014, at 8:55 AM, Douglas McPherson <djm1329 at san.rr.com> wrote:
> 
>> I managed to compile the Stack/Cog VM for the BeagleBoneBlack, running Ubuntu 13.04. The BBB uses the ARMv7 Cortex-A8 with VFP-v3 Lite compared to the RaspberryPi which uses an ARMv6 ARM11 with VFP-v2. I am happy to report that ARM FFI passes all tests on this platform as well as on the RPi.
> 
> Cool stuff. The BBB is potentially a bit faster than the Pi, though not hugely so. It *does* have the benefit of more memory.
> 
>> 
>> Note that there are some minor changes required to get the VM to compile which have not yet been integrated.
> 
> It ought to be possible to incorporate the BenBLT improvements for this too, though IIRC the BBB is ARMv7 rather than v6 so it might not have as much effect. 
> 
> 
> tim
> --
> tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
> M$ are grinning pigs in a sea of buggy code - The Inquirer
> 
> 
> 
> 



More information about the Vm-dev mailing list