diff options
author | Lukas Larsson <[email protected]> | 2013-09-02 17:27:58 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2014-02-24 10:26:07 +0100 |
commit | a3af5f4a5c4568225ef91ee4493da6bf659f7161 (patch) | |
tree | ab9b66d21a8398cae65428609acffb1cdd5d4dbe /erts/emulator/beam/dist.h | |
parent | 502b13aaf568e351bc30e44d0e14c063cbf5fc5a (diff) | |
download | otp-a3af5f4a5c4568225ef91ee4493da6bf659f7161.tar.gz otp-a3af5f4a5c4568225ef91ee4493da6bf659f7161.tar.bz2 otp-a3af5f4a5c4568225ef91ee4493da6bf659f7161.zip |
erts: Set default external enc to use new float scheme
This change was triggered by the OSE float printing function
not working exactly the same way as linux/win32. But it is
also a good one in general as it cuts size in more than half
for floats.
Diffstat (limited to 'erts/emulator/beam/dist.h')
-rw-r--r-- | erts/emulator/beam/dist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/dist.h b/erts/emulator/beam/dist.h index ff8f5e106f..0519a9225e 100644 --- a/erts/emulator/beam/dist.h +++ b/erts/emulator/beam/dist.h @@ -44,6 +44,7 @@ /* All flags that should be enabled when term_to_binary/1 is used. */ #define TERM_TO_BINARY_DFLAGS (DFLAG_EXTENDED_REFERENCES \ | DFLAG_NEW_FUN_TAGS \ + | DFLAG_NEW_FLOATS \ | DFLAG_EXTENDED_PIDS_PORTS \ | DFLAG_EXPORT_PTR_TAG \ | DFLAG_BIT_BINARIES) |