|
|
|
|
|
by ohazi
2173 days ago
|
|
> Writing software on ARM laptops that are deployed to production servers running on x86 servers will start to cause a host of new challenges. We already know what this is like, and the challenges are usually in the other direction (write/test on x86, attempt to deploy on ARM). This is due to things like word alignment and memory ordering requirements. For the most part, the "extra complexity" in x86 allows you to ignore a lot of the stuff you need to pay more attention to on ARM. |
|