diff options
author | John Högberg <[email protected]> | 2019-04-10 06:54:09 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2019-04-10 06:58:04 +0200 |
commit | fe56b26d933b403f50072380667fa522a6d41515 (patch) | |
tree | 29245d840596a1539cbabd764ed5f10e7790add0 /lib/hipe/doc | |
parent | 600c38860091860c902c2589d551f0a46957a931 (diff) | |
download | otp-fe56b26d933b403f50072380667fa522a6d41515.tar.gz otp-fe56b26d933b403f50072380667fa522a6d41515.tar.bz2 otp-fe56b26d933b403f50072380667fa522a6d41515.zip |
hipe: Remove mention of `no_bsm3` flag
This was only intended to be documented during OTP 22's testing
phase and we're nearing its release now. In addition to that it
wasn't a complete fix as modules compiled with HiPE+no_bsm3
tended to crash the emulator at runtime.
Diffstat (limited to 'lib/hipe/doc')
-rw-r--r-- | lib/hipe/doc/src/hipe_app.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/hipe/doc/src/hipe_app.xml b/lib/hipe/doc/src/hipe_app.xml index 480290cd9e..61d92fdffe 100644 --- a/lib/hipe/doc/src/hipe_app.xml +++ b/lib/hipe/doc/src/hipe_app.xml @@ -64,9 +64,7 @@ <taglist> <tag>Binary matching</tag> <item><p>The HiPE compiler will crash on modules containing binary - matching unless they have been compiled with the <c>+no_bsm3</c> flag. - Note that this will disable all related optimizations done by the BEAM - compiler.</p> + matching.</p> </item> <tag>Stack traces</tag> |