That does not mean ARM32 implementations and uses are stopping any time soon. Afaik arm hasn’t even obsoleted armv6, although Linux distributions are starting to drop it.
crote•11m ago
There's still a huge embedded market!
Plenty of microcontrollers have a single-digit number of Cortex-M cores and memory/flash counted in the megabytes. It'll be decades until that market reaches the multi-gigabyte point, so why bother wasting a whole bunch of memory on 64-bit pointers?
I'm not quite sure why you'd want to run Erlang on it, but the hardware exists.
bobmcnamara•11m ago
No, it's a supported ISA on most v8-a and I believe all v8-m implementations.
It's the only ISA on Cortex-A32, but not sure if any mainstream chips were ever produced with that core.
(Depending on course if you want to get specific about Arm/Thumb/Thumb2, I lumped them all together above).
alexisread•1h ago
Gah, misread that as esp32 JIT, which would be eye opening!
actionfromafar•58m ago
esp32 is now also RISC-V so I guess it wouldn't be completely out of the question. But I guess you meant this flavor
IsTom•2h ago
whizzter•1h ago
That said, if you're putting something like Erlang on a chip, aren't one likely to want the extra memory (and performance) of a slightly newer SoC.
LtdJorge•1h ago
ferriswil•1h ago
[1] https://www.grisp.org/blog/posts/2025-06-23-jit-arm32.1#why-...
masklinn•1h ago
crote•11m ago
Plenty of microcontrollers have a single-digit number of Cortex-M cores and memory/flash counted in the megabytes. It'll be decades until that market reaches the multi-gigabyte point, so why bother wasting a whole bunch of memory on 64-bit pointers?
I'm not quite sure why you'd want to run Erlang on it, but the hardware exists.
bobmcnamara•11m ago
It's the only ISA on Cortex-A32, but not sure if any mainstream chips were ever produced with that core.
(Depending on course if you want to get specific about Arm/Thumb/Thumb2, I lumped them all together above).