diff options
author | Björn Gustavsson <[email protected]> | 2015-05-27 11:59:56 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-05-27 12:04:14 +0200 |
commit | 2925fbba49237ff6b6e2691f52c4afb2c0447e46 (patch) | |
tree | 762d4dc06408097645329e51fa22d1fd4df1c30e /system | |
parent | e8b14cb095582914cb677c89e0b5b4a954379242 (diff) | |
parent | 4823c4f7c792f8a9e4c27744f436f0f10763ef17 (diff) | |
download | otp-2925fbba49237ff6b6e2691f52c4afb2c0447e46.tar.gz otp-2925fbba49237ff6b6e2691f52c4afb2c0447e46.tar.bz2 otp-2925fbba49237ff6b6e2691f52c4afb2c0447e46.zip |
Merge branch 'bjorn/compiler/doc'
* bjorn/compiler/doc:
Update compiler documentation
(Sneaking in OTP-12769 here which is a release note for syntax_tools.
Sorry about that.)
Diffstat (limited to 'system')
-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 |