John Högberg

Results 8 issues of John Högberg

Fixes #8028

team:VM
fix

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...

team:VM
testing

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...

team:VM
fix

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...

team:VM
documentation

This PR adds convenience types for expressing integers of a certain width and signedness, letting us remove ad-hoc definitions in various places.

team:VM
enhancement