Erlang ARM32 JIT is born
grisp.org
Erlang ARM32 JIT is born
1–10 of 20 posts
Re: Erlang ARM32 JIT is born
#2Re: Erlang ARM32 JIT is born
#3I don't have any experience with ARM, but from what I've seen people write, isn't 32-bit ARM discontinued after v7?
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.
Re: Erlang ARM32 JIT is born
#4I don't have any experience with ARM, but from what I've seen people write, isn't 32-bit ARM discontinued after v7?
[1] https://www.grisp.org/blog/posts/2025-06-23-jit-arm32.1#why-...
Re: Erlang ARM32 JIT is born
#5I don't have any experience with ARM, but from what I've seen people write, isn't 32-bit ARM discontinued after v7?
Re: Erlang ARM32 JIT is born
#6I don't have any experience with ARM, but from what I've seen people write, isn't 32-bit ARM discontinued after v7?
Doesn't mean that machines won't be built with other chips for a considerable time. 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.
Re: Erlang ARM32 JIT is born
#7Re: Erlang ARM32 JIT is born
#8Gah, misread that as esp32 JIT, which would be eye opening!
https://www.cadence.com/content/dam/cadence-www/global/en_US...
Re: Erlang ARM32 JIT is born
#9I don't have any experience with ARM, but from what I've seen people write, isn't 32-bit ARM discontinued after v7?
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.
Re: Erlang ARM32 JIT is born
#10I don't have any experience with ARM, but from what I've seen people write, isn't 32-bit ARM discontinued after v7?
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).