summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPierre Fenoll <pierrefenoll@gmail.com>2020-06-24 16:05:52 +0200
committerPierre Fenoll <pierrefenoll@gmail.com>2020-06-24 16:05:52 +0200
commitc21ca1c518357901f71b28f22cdee8674fd17b00 (patch)
tree67f8c1dc4342852046de3b91edf36fb9f84514ac /docs
parent355b2b56f0f5252df4a9004e3a8d6aa505315fed (diff)
downloadrabbitmq-server-git-c21ca1c518357901f71b28f22cdee8674fd17b00.tar.gz
drop deprecated HiPE compilation
Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.conf.example6
-rw-r--r--docs/rabbitmqctl.823
2 files changed, 0 insertions, 29 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example
index 53611abbcc..fb78a83da9 100644
--- a/docs/rabbitmq.conf.example
+++ b/docs/rabbitmq.conf.example
@@ -463,12 +463,6 @@
## NB: Change these only if you understand what you are doing!
##
-## Explicitly enable/disable hipe compilation. This option is deprecated
-## because HiPE supported has been
-## effectively discontinued in Erlang 22.
-##
-# hipe_compile = false
-
## Timeout used when waiting for Mnesia tables in a cluster to
## become available.
##
diff --git a/docs/rabbitmqctl.8 b/docs/rabbitmqctl.8
index f524e3e084..0760d2c51d 100644
--- a/docs/rabbitmqctl.8
+++ b/docs/rabbitmqctl.8
@@ -2084,29 +2084,6 @@ to the connected client:
.Pp
Evaluates an Erlang expression on the target node
.\" ------------------------------------------------------------------
-.It Cm hipe_compile Ar directory
-.Pp
-Performs HiPE-compilation and caches resulting
-.Pa .beam Ns -files in the given directory.
-.Pp
-Parent directories are created if necessary.
-Any existing
-.Pa .beam
-files from the directory are automatically deleted prior to compilation.
-.Pp
-To use this precompiled files, you should set
-.Ev RABBITMQ_SERVER_CODE_PATH
-environment variable to directory specified in
-.Cm hipe_compile
-invocation.
-.Pp
-For example, to HiPE-compile modules and store them to
-.Pa /tmp/rabbit-hipe/ebin
-directory:
-.sp
-.Dl rabbitmqctl hipe_compile /tmp/rabbit-hipe/ebin
-.El
-.\" ------------------------------------------------------------------
.\" ## Queue Operations
.\" ------------------------------------------------------------------
.Ss Queue Operations