From fe56b26d933b403f50072380667fa522a6d41515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20H=C3=B6gberg?= Date: Wed, 10 Apr 2019 06:54:09 +0200 Subject: 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. --- lib/hipe/doc/src/hipe_app.xml | 4 +--- 1 file changed, 1 insertion(+), 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 @@ Binary matching

The HiPE compiler will crash on modules containing binary - matching unless they have been compiled with the +no_bsm3 flag. - Note that this will disable all related optimizations done by the BEAM - compiler.

+ matching.

Stack traces -- cgit v1.2.3