[erlang-questions] Erlang 19 callbacks aren't attributes?

Björn Gustavsson bjorn@REDACTED
Tue Jan 24 12:57:28 CET 2017


On Tue, Jan 24, 2017 at 4:04 AM, Ryan Stewart <zzantozz@REDACTED> wrote:

> Also, what do you mean by "excluded"? As I pointed out in my post, the
> attributes are still present in the abstract code. I don't understand what's
> saved by having them in one place but not the other.
>

Everything returned by module_info() is loaded into memory along with
the code for the module. The abstract code will not loaded be loaded
into memory.

/Bjorn

-- 
Björn Gustavsson, Erlang/OTP, Ericsson AB



More information about the erlang-questions mailing list