top | item 23824339

(no title)

arjan_sch | 5 years ago

Erlang compiles and runs fine on ARM architectures in general. It is used extensively on IoT platforms like https://www.nerves-project.org/

discuss

order

KenoFischer|5 years ago

Probably not super well tested with a bleeding edge clang compiler though (and even for non-bleeding-edge versions, I'd suspect mostly tested with GCC). Triggering compiler bugs or exposing technically undefined behavior would not be entirely surprising.

arjan_sch|5 years ago

True. IIRC Erlang only supports GCC as the build system. I helped fixing a race in the BEAM a while back that only occurred on the latest GCC.

monocasa|5 years ago

Does it support aarch64? AFAIK, the Apple SoCs these days don't support 32bit ARM anymore.