|
|
|
|
|
by vbezhenar
2173 days ago
|
|
People use Java and Go to write server software. They'll make things aligned properly, so it won't be a problem. The real problem is memory concurrency model. You will hit subtle concurrency bugs with ARM which were not manifested on x86. And those bugs will be present in any language with threads and shared data. They are hard to debug and frustrating, because they'll lead to rare deadlocks, and resource leaks. |
|