Getting object code directly from code server
Devon Estes <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAGowJciHiQh_NG0ek68pAKGFK6X13M0d9Y46MzDocXy0BPGhKA@mail.gmail.com> |
Hello all, Is it at all possible to get the current object code for a module directly from the code server? `code:get_object_code/1` returns information from the beam files in the code path and not from the code server itself, and so if there are modules that are dynamically compiled and loaded with `code:load_binary/3` that doesn't work. Cheers, Devon