diff options
author | Björn Gustavsson <[email protected]> | 2019-02-14 11:51:34 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2019-02-14 11:51:34 +0100 |
commit | e54daec589fc0da3d454f683eee2ea1af8eb7684 (patch) | |
tree | 83d9ba8147f4f0f7cef590305aa43ab1520e3210 /erts/doc | |
parent | 2d04d0459d6f8e474a674f1c1022826147c27090 (diff) | |
parent | 21988f3d212778124565038a2b2310925eb6ccc1 (diff) | |
download | otp-e54daec589fc0da3d454f683eee2ea1af8eb7684.tar.gz otp-e54daec589fc0da3d454f683eee2ea1af8eb7684.tar.bz2 otp-e54daec589fc0da3d454f683eee2ea1af8eb7684.zip |
Merge branch 'maint'
* maint:
Add -ztma option for enabling tuple calls
Reinstate tuple calls support in the beam emulator
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/erl.xml | 9 |
1 files changed, 9 insertions, 0 deletions
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.</p> </item> + <tag><marker id="+ztma"/><c>+ztma true | false</c></tag> + <item> + <p>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.</p> + </item> </taglist> </item> </taglist> |