Björn Gustavsson

Results 59 comments of Björn Gustavsson

Yes, changing the protocol to use binaries instead of strings should be easy. It **might** be enough to do the change only in `erlc`. Glancing at `erl_compile_server` code, it seems...

You have encountered an undocumented limitation in the pattern matching compilation. Pattern matching of multiple patterns is done in parallel. So if we have: ``` Pat1 = Pat2 = Pat3...

I have lifted the restrictions on binary and map patterns in the linked pull request.

I agree that there is unlikely to be a noticeable performance improvements, at least if the group identifiers are terms that fit in a word, such as atoms or small...

I like the idea, but I have some nitpicks about the formatting. I have pushed a fixup commit with my modifications. If you agree, please squash the commits. I've done...

Thanks! I've added the PR (along with an updated `init.beam`) to our daily builds.

> the test failures (peer and global) are problems with the tests and not this PR. Yes. > Pretty sure dialyzer is wrong about that. Running the test with cover,...

Thanks! Added to our daily builds.