Time to urgently make sure your favourite backend is generating decent AArch64 code and you app is compatible with a weak memory model...
Apple will announce move to ARM-based Macs later this month
41–50 of 174 posts
Re: Apple will announce move to ARM-based Macs later this month
#42I envision there being a lot of ARM support issues across apps that I rely on. We finally got over the keyboard drama, I don't have confidence this will go well either.
Re: Apple will announce move to ARM-based Macs later this month
#43Re: Apple will announce move to ARM-based Macs later this month
#44Re: Apple will announce move to ARM-based Macs later this month
#45Time to urgently make sure your favourite backend is generating decent AArch64 code and you app is compatible with a weak memory model...
The memory model of the ISA != the memory model of your code. C has a memory model and any correct C code is compiled to the correct ARM assembly. It's only really an issue if you are translating over x86 assembly, and then you probably have lots of other issues to worry about.
If you’re generating the machine code then it’s your problem isn’t it?
If you’re writing lock-fee code that doesn’t use the C memory model then it’s your problem isn’t it?
> then you probably have lots of other issues to worry about
Yes, yes we do.
Re: Apple will announce move to ARM-based Macs later this month
#46what does this mean for running docker containers on macos?
It means you better think about buying a thinkpad.
Also slack and zoom for linux suck :(
Re: Apple will announce move to ARM-based Macs later this month
#47Re: Apple will announce move to ARM-based Macs later this month
#48Interesting. I imagine they'll have to provide some sort of x86/amd64 compat layer as otherwise this kills every application available for macos right now. I hope they don't also continue to lock down macos (though I imagine they intend to) by restricting applications to only being available from the app store. That would set a terrible precedent for personal computing.
That precedent was set about a decade ago, and even here on HN there is a vast crowd of people who happily support(ed) that.
Re: Apple will announce move to ARM-based Macs later this month
#49Fun fact: Kalamata is the second largest city in southern Greece. I tried finding why they named the Apple project like this, but couldn’t find anything relevant. Any ideas?
Re: Apple will announce move to ARM-based Macs later this month
#50I envision there being a lot of ARM support issues across apps that I rely on. We finally got over the keyboard drama, I don't have confidence this will go well either.