diff options
author | Björn Gustavsson <[email protected]> | 2017-01-11 11:55:40 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2017-01-11 11:55:40 +0100 |
commit | b2b0fbdf447e04f794d4682baac96a4143a005da (patch) | |
tree | dd7a119e7544b12854c68825a896e7237aef1619 /system/doc/efficiency_guide/commoncaveats.xml | |
parent | 56a1d1ccf742e9a6eaf86d38f37ad79731e1b019 (diff) | |
parent | 947169af61bdd67d34fabd47a56be04e8468120d (diff) | |
download | otp-b2b0fbdf447e04f794d4682baac96a4143a005da.tar.gz otp-b2b0fbdf447e04f794d4682baac96a4143a005da.tar.bz2 otp-b2b0fbdf447e04f794d4682baac96a4143a005da.zip |
Merge pull request #1301 from bjorng/bjorn/efficiency-guide
Remove obsolete information from the Efficiency Guide
Diffstat (limited to 'system/doc/efficiency_guide/commoncaveats.xml')
-rw-r--r-- | system/doc/efficiency_guide/commoncaveats.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/doc/efficiency_guide/commoncaveats.xml b/system/doc/efficiency_guide/commoncaveats.xml index ecfeff0349..94b1c0b222 100644 --- a/system/doc/efficiency_guide/commoncaveats.xml +++ b/system/doc/efficiency_guide/commoncaveats.xml @@ -148,10 +148,10 @@ multiple_setelement(T0) -> <p><c>size/1</c> returns the size for both tuples and binaries.</p> - <p>Using the new BIFs <c>tuple_size/1</c> and <c>byte_size/1</c>, introduced - in R12B, gives the compiler and the runtime system more opportunities for - optimization. Another advantage is that the new BIFs can help Dialyzer to - find more bugs in your program.</p> + <p>Using the BIFs <c>tuple_size/1</c> and <c>byte_size/1</c> + gives the compiler and the runtime system more opportunities for + optimization. Another advantage is that the BIFs give Dialyzer more + type information.</p> </section> <section> |