diff options
author | Richard Carlsson <[email protected]> | 2019-01-28 19:05:28 +0100 |
---|---|---|
committer | Richard Carlsson <[email protected]> | 2019-01-28 19:09:43 +0100 |
commit | ea0e763e953f9c7d1fa9c142f24cb95f56119c56 (patch) | |
tree | 9c2f1d4a7725a5168633f9370d7cebad054c851b /erts/doc/src/erl.xml | |
parent | 87da7b5be69de01e65df566c6e35064381d1144d (diff) | |
download | otp-ea0e763e953f9c7d1fa9c142f24cb95f56119c56.tar.gz otp-ea0e763e953f9c7d1fa9c142f24cb95f56119c56.tar.bz2 otp-ea0e763e953f9c7d1fa9c142f24cb95f56119c56.zip |
Add -ztma option for enabling tuple calls
Diffstat (limited to 'erts/doc/src/erl.xml')
-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> |