aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_alloc.types
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2017-08-25 18:46:58 +0200
committerSverker Eriksson <[email protected]>2017-11-15 20:13:03 +0100
commite4d28f70133af9b3b8c320fe5e70e2086830874d (patch)
tree72db3931c672d51e06281986b3f5a8685bd3ff75 /erts/emulator/beam/erl_alloc.types
parent42dadd12ac6b6977513a6edd73ff6137488c4a4a (diff)
downloadotp-e4d28f70133af9b3b8c320fe5e70e2086830874d.tar.gz
otp-e4d28f70133af9b3b8c320fe5e70e2086830874d.tar.bz2
otp-e4d28f70133af9b3b8c320fe5e70e2086830874d.zip
erts: Transcode tuple fallbacks
When finalizing outgoing distribution messages we transcode them into using tuple fallbacks if the receiver does not support bitstrings and export-funs. This can only happen if the message was first encoded toward a pending connection when the receiver was unknown. It's an optimistic approach optmimized for modern beam nodes, that expect real bitstrings and funs (since <R13). Only erl_interface/jinterface lack this support.
Diffstat (limited to 'erts/emulator/beam/erl_alloc.types')
-rw-r--r--erts/emulator/beam/erl_alloc.types1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_alloc.types b/erts/emulator/beam/erl_alloc.types
index 2960272eab..c6cc5c78b3 100644
--- a/erts/emulator/beam/erl_alloc.types
+++ b/erts/emulator/beam/erl_alloc.types
@@ -261,6 +261,7 @@ type MINDIRECTION FIXED_SIZE SYSTEM magic_indirection
type BINARY_FIND SHORT_LIVED PROCESSES binary_find
type OPEN_PORT_ENV TEMPORARY SYSTEM open_port_env
type CRASH_DUMP STANDARD SYSTEM crash_dump
+type DIST_TRANSCODE SHORT_LIVED SYSTEM dist_transcode_context
type THR_Q_EL STANDARD SYSTEM thr_q_element
type THR_Q_EL_SL FIXED_SIZE SYSTEM sl_thr_q_element