bjorng
Erlang Core Team
Erlang/OTP 22.0 Release Candidate 1 has been released
The first release candiate of Erlang/OTP 22.0 has been released.
Trending in Erlang News
We want to introduce a new native datatype to Erlang: native records. Although replacing all tuple records with native records is not our...
New
A new Erlang announcement has been posted:
Original announcement:
New
A new Erlang announcement has been posted:
Original announcement:
New
A new Erlang announcement has been posted:
Original announcement:
New
Patch Package: OTP 29.0.5
Git Tag: OTP-29.0.5
Date: 2026-08-04
Trouble Report Id: OTP-...
New
Patch Package: OTP 28.5.0.5
Git Tag: OTP-28.5.0.5
Date: 2026-08-04
Trouble Report Id: ...
New
Patch Package: OTP 27.3.4.16
Git Tag: OTP-27.3.4.16
Date: 2026-08-04
Trouble Report Id: ...
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
@hugobarauna and I (Alex Koutmos) have been hard at work on writing a book on Nerves that takes you from simply blinking LEDs to building...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #performance










First 4 of 4 Posts
Fl4m3Ph03n1x
I know i am rather new here, but could someone be kind enough to explain me why this point is a problem? Dialyzer working looks like a good thing to me, right?
Also, the compiler optimizations look incredibly juicy to me!
Good work as always !
bjorng
Yes, it is meant as a good thing. Dialyzer can still run faster by auto-compiling itself to native code.
bjorng
Thanks!
There is some background on the compiler changes in SSA history. This blog post describes why we started the rewrite of major parts of the compiler and how we approached it. There are some technical details that in the blog post that can be skipped on a first reading. There is also a series of blog posts about all compiler passes if you want to dig deeper.
Another blog post describes some of the other optimizations in OTP 22: Retiring old performance pitfalls.
dimitarvp
That’s a mighty fine work!