-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for encoded local pids in external terms #1358
Add support for encoded local pids in external terms #1358
Conversation
1ab1736
to
52b078b
Compare
73518c6
to
cf631d6
Compare
cf631d6
to
2d5b599
Compare
2cc981a
to
00a48e0
Compare
6fbbaf9
to
66affbd
Compare
66affbd
to
cf02197
Compare
cf02197
to
6b5607b
Compare
As an additional comment to this PR I was thinking that it might be a good idea to keep part of the distributed erlang code optional, so we can save some flash space on devices that have no network connection or no other companion chips. |
6b5607b
to
dc8ec8a
Compare
dc8ec8a
to
98d5eff
Compare
Distribution could happen over serial. I suggest we focus on keeping the VM small separately, as there could be more effective ways than adding more ifdefs to the project. |
Seems a good point. |
98d5eff
to
27e5e33
Compare
Also add partial support for external pids. Signed-off-by: Paul Guyot <[email protected]>
27e5e33
to
941b581
Compare
fae8f60
into
atomvm:feature/distributed-erlang
Fixes #1350
These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).
SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later