Re: ANN: 'A brief introduction to BEAM'
Lukas Larsson <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAP3zBqNw-PnAp=cFnqA8w=En-sURvnYnyQmpkt9BLcVnxsLTGg@mail.gmail.com> |
Hello, The second installment in this series has been published: http://blog.erlang.org/a-closer-look-at-the-interpreter/ This blog post continues to lay the groundwork for future blog posts about the JIT by exploring what the BEAM interpreter does. Enjoy! On Tue, Oct 20, 2020 at 4:10 PM Kenneth Lundin <[email protected]> wrote: > Read the new Blog post by John Högberg at the OTP team. > It is a brief primer on BEAM, the virtual machine that executes user code > in the Erlang Runtime System (ERTS). It’s intended to help those new to > BEAM follow an upcoming series of posts about the JIT in OTP 24, leaving > implementation details for later. > http://blog.erlang.org/a-brief-BEAM-primer/ > > /Kenneth, Erlang/OTP Ericsson >