Skip to content

Instantly share code, notes, and snippets.

@sleeptillseven
Last active July 18, 2016 13:44
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sleeptillseven/4340321 to your computer and use it in GitHub Desktop.
Save sleeptillseven/4340321 to your computer and use it in GitHub Desktop.
Collection of interesting resources for studying the Erlang VM

List of Interesting Resources Describing the Erlang VM

Hitchhiker's guide to the Erlang VM

Author: Robert Virding (Co-inventor of Erlang)

Slides: pdf

Video: youtube

The Evolution/History of the Erlang VM

Author:Joe Armstrong and Robert Virding (Co-inventors of Erlang)

Slides: pdf

Video: version 1 / version 2

A deep dive into some aspects of the multicore support in the Erlang VM

Author: Rickard Green

Video: vimeo

Characterizing the Scalability of Erlang VM on Many-core Processors

Author: Zhang Jianrong

Type: Student thesis

Site: link

Document: pdf

Inside the Erlang VM

Author: Kenneth Lundin

Document: pdf

The cutting edge of VM design

Author:

Website: link

DTrace and Erlang VM

Author: Andy Gross (Basho)

Video: vimeo

Making Reliable Distributed Systems in the Presence of Software Errors

Author: Joe Armstrong

Document: PDF

BEAM Instruction Set

Author: Unknown

Site: link

BEAM File Format

Author: Unknown

Document: pdf

File Format for Beam R5 and Later

Author: Björn Gustavsson

Document: web site

@tmcgilchrist
Copy link

There is some good content on erlllvm

Erllvm: Replacing HIPE with LLVM

Video: vimeo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment