diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2020-06-25 18:41:52 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-25 18:41:52 +0300 |
| commit | b7cbd4487c50308a4598f46fabd92dc11b25d27c (patch) | |
| tree | 6141567a8824eb124b8ebeab6aa158607bedd06d /docs | |
| parent | 1c0cab5cddce5e6757fcfb9e10c2ff918bd4c61d (diff) | |
| parent | a514c247c3973555f23041ffecd1e7cf92596a94 (diff) | |
| download | rabbitmq-server-git-b7cbd4487c50308a4598f46fabd92dc11b25d27c.tar.gz | |
Merge pull request #2392 from fenollp/nohipe
drop deprecated HiPE compilation
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.conf.example | 6 | ||||
| -rw-r--r-- | docs/rabbitmqctl.8 | 23 |
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 |
