diff options
author | Björn Gustavsson <[email protected]> | 2015-05-21 12:23:48 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-05-27 11:56:30 +0200 |
commit | 4823c4f7c792f8a9e4c27744f436f0f10763ef17 (patch) | |
tree | d71ea61cb616094a2d2336862513ce69bc5232d9 /system/doc/efficiency_guide | |
parent | 48f43e50628a746265c18bea38b311c5c3098ed4 (diff) | |
download | otp-4823c4f7c792f8a9e4c27744f436f0f10763ef17.tar.gz otp-4823c4f7c792f8a9e4c27744f436f0f10763ef17.tar.bz2 otp-4823c4f7c792f8a9e4c27744f436f0f10763ef17.zip |
Update compiler documentation
Language cleaned up by the technical writer tmanevik from
Combitech. Proofreading and corrections by Björn Gustavsson.
Diffstat (limited to 'system/doc/efficiency_guide')
-rw-r--r-- | system/doc/efficiency_guide/binaryhandling.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/doc/efficiency_guide/binaryhandling.xml b/system/doc/efficiency_guide/binaryhandling.xml index 0ac1a7ee32..1d247bcdd5 100644 --- a/system/doc/efficiency_guide/binaryhandling.xml +++ b/system/doc/efficiency_guide/binaryhandling.xml @@ -416,6 +416,7 @@ non_opt_eq([], <<>>) -> how you can find out whether your code can be optimized.</p> <section> + <marker id="bin_opt_info"></marker> <title>Option bin_opt_info</title> <p>Use the <c>bin_opt_info</c> option to have the compiler print a lot of |