John Högberg

Results 126 comments of John Högberg

Great! @bjorng pointed out that `beam_ssa_dead:opt_redundant_tests/1` already does a lot of the heavy lifting required to implement this, perhaps you should start there? I'll be here if you want to...

1. What we usually do is that we create a file containing the Erlang code we wish to optimize (call it `t.erl` or whatever) and then invoke the Erlang compiler...

Of course, this is just to standardize on a type instead of having lots of ad-hoc ones in `socket`, `rand`, etc.

Friendly reminder that a compiler warning is just a warning, and that we still retain obsolete things like `atom/1` (obsoleted by `is_atom/1`), functions like `queue:lait/1` (misspelled version of `queue:liat/1`), the...

> What kind of RLIMIT settings are enforced by the BEAM? None. > Is there anything in Erlang or the wx driver that could lead to the background threads not...

My immediate reaction is to not try to shove a square peg into a round hole, so I concur with @garazdawi's point that this area is already full of platform-specific...

Thanks for raising this issue! I'm fairly certain that the link issue is caused by `ex_doc` since we don't type out links ourselves in the source. I'll raise an issue...

Thanks for raising this issue! This is something we would like to have, and IIRC @potatosalad has been looking into these things, though I'm not sure what the current status...

Thanks for your report, and for identifying it as a possible bug in libc. Please keep us posted :-)

Fixed in https://github.com/erlang/otp/pull/9207, sorry about the delay :(