diff options
author | Björn Gustavsson <[email protected]> | 2015-12-15 12:20:26 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-02-25 14:53:10 +0100 |
commit | cd283583f8898b88bbcccc622c733fba82bd3e5b (patch) | |
tree | f8afec0ce43baf954c0cb094f400ca9e263aff75 /OTP_VERSION | |
parent | 272985d3d1b36833ebd586e5f051ac3a4ab0cd91 (diff) | |
download | otp-cd283583f8898b88bbcccc622c733fba82bd3e5b.tar.gz otp-cd283583f8898b88bbcccc622c733fba82bd3e5b.tar.bz2 otp-cd283583f8898b88bbcccc622c733fba82bd3e5b.zip |
Add erl_prim_loader:get_modules/3
When we are going to implement functions that can load many modules
at once, we don't the erl_prim_loader server to become a bottleneck.
Therefore, we need erl_prim_loader:get_modules/3 that can read many
BEAM files in parallel.
Note that we will not bother making reading from archive files
or using the inet loader efficient. That can be done later if it
turns out to be important.
Diffstat (limited to 'OTP_VERSION')
0 files changed, 0 insertions, 0 deletions