Erlang/OTP 25.0 Release
erlang.org
Erlang/OTP 25.0 Release
1–10 of 125 posts
Re: Erlang/OTP 25.0 Release
#2Re: Erlang/OTP 25.0 Release
#3Highlights: https://www.erlang.org/blog/my-otp-25-highlights/
The new `maybe ... end` looks nice.
Re: Erlang/OTP 25.0 Release
#4...with JIT support for ARM processors, which is quite interesting.
Re: Erlang/OTP 25.0 Release
#5* The JIT now works for 64-bit ARM processors, including M1
* The JIT now does type-based optimizations based on type information in the BEAM files.
Re: Erlang/OTP 25.0 Release
#6Re: Erlang/OTP 25.0 Release
#7Have there been benchmarks of the JIT vs say JS or the JVM?
Re: Erlang/OTP 25.0 Release
#8Re: Erlang/OTP 25.0 Release
#9Highlights blog post here: https://www.erlang.org/blog/my-otp-25-highlights/
Re: Erlang/OTP 25.0 Release
#10Have there been benchmarks of the JIT vs say JS or the JVM?
I think the focus has been more on comparing the JIT'd code vs the unJIT'd previous VM approach and looking at the speedups.