From ea0e763e953f9c7d1fa9c142f24cb95f56119c56 Mon Sep 17 00:00:00 2001
From: Richard Carlsson
Date: Mon, 28 Jan 2019 19:05:28 +0100
Subject: Add -ztma option for enabling tuple calls
---
erts/doc/src/erl.xml | 9 +++++++++
1 file changed, 9 insertions(+)
(limited to 'erts/doc/src')
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml
index 05a9895687..133f160dc9 100644
--- a/erts/doc/src/erl.xml
+++ b/erts/doc/src/erl.xml
@@ -1552,6 +1552,15 @@
parameter determines. The lingering prevents repeated
deletions and insertions in the tables from occurring.
+ +ztma true | false
+ -
+
Enables or disables support for tuple module apply in
+ the emulator. This is a transitional flag for running code
+ that uses parameterized modules and was compiled under OTP 20
+ or earlier. For future compatibility, the modules will need
+ to be recompiled with the +tuple_calls compiler option.
+ Defaults to false.
+
--
cgit v1.2.3