[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] CogVM source as per VMMaker.oscog-eem.2502 (f954a91)

tim Rowledge tim at rowledge.org
Wed Jan 2 19:12:30 UTC 2019



> On 2019-01-02, at 3:50 AM, Nicolas Cellier <notifications at github.com> wrote:
> 
> But __ARM_ARCH_V8__ can run in 32 bits mode (aarch32) right?
> So maybe we want to compile for V8, but not for 64bits (aarch64)...

v8 is a completely different instruction set and you can't (to the best of my knowledge!) swap between v7 & v8. We don't (yet) have a cog for v8 (trying to work on that).

The stack VM does appear to work ok on v8 systems like chromebooks. We'll need to handle both v7 & v8 just as x86 & x64.

tim
--
tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
Make it right before you make it faster.




More information about the Vm-dev mailing list