John Högberg
John Högberg
Many RabbitMQ users provided atoms instead of strings as the `inetrc` file path because of an error in their documentation. This was tolerated by accident until atom filename support was...
The `i_mul_add` instruction did not handle `X * X + X * X` correctly because *both* source registers for the addition was the same as the destination register for `X...
Our benefactors want a secure coding standard/guideline for Erlang, and in contrast to EEF's [Secure Coding Recommendations] they want it to be more along the lines of the [SEI CERT...
This PR adds convenience types for expressing integers of a certain width and signedness, letting us remove ad-hoc definitions in various places.