Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am peerst on github.
  • I am peerst (https://keybase.io/peerst) on keybase.
  • I have a public key whose fingerprint is C668 3F2C 693B 827E 5D2A 21EF 2B58 314D 147D D234

To claim this, I am signing this object:

%%%------------------------------------------------------------------------
%%% @doc
%%% ==Abstract Code Insertion==
%%% A method to get the abstract code representation directly from the
%%% binary beam module representation.
%%%
%%% Other methods could be used, but they are not as efficient.
%%% A more obvious method is to use "-compile(debug_info).", but
%%% this approach does not work in practice (despite the documentation)
%%% and would cause the generated code to be inefficient if it did work.