You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A more memory effective way of getting loaded modules (on BEAM),
used by Elixir 1.20
Add erlang:loaded/0 which returns a list of all currently loaded modules, matching the OTP behavior.
Changes:
Implement erlang:loaded/0 NIF in nifs.c
Register in nifs.gperf
Add Erlang stub with edoc in estdlib/erlang.erl
Add test test_erlang_loaded
Update CHANGELOG
Signed-off-by: Peter M <petermm@gmail.com>
0 commit comments