diff options
author | Sverker Eriksson <[email protected]> | 2018-01-30 22:19:00 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2018-03-05 15:52:11 +0100 |
commit | 8fd6e3353b094aa94e37e257ee20cd5e0e5dddcb (patch) | |
tree | 7ed5b381b343c7501a4d1753e34665a37628d3a0 /erts/doc/src | |
parent | 250f6d74e645968d036bad14d5b92907ff4d7342 (diff) | |
download | otp-8fd6e3353b094aa94e37e257ee20cd5e0e5dddcb.tar.gz otp-8fd6e3353b094aa94e37e257ee20cd5e0e5dddcb.tar.bz2 otp-8fd6e3353b094aa94e37e257ee20cd5e0e5dddcb.zip |
erts: Remove hipe amd64 code super carrier (exec_mmap)
Diffstat (limited to 'erts/doc/src')
-rw-r--r-- | erts/doc/src/erts_alloc.xml | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/erts/doc/src/erts_alloc.xml b/erts/doc/src/erts_alloc.xml index 580780e73b..67c9f017ea 100644 --- a/erts/doc/src/erts_alloc.xml +++ b/erts/doc/src/erts_alloc.xml @@ -68,8 +68,7 @@ fixed size data types.</item> <tag><c>exec_alloc</c></tag> <item>Allocator used by the <seealso marker="hipe:HiPE_app"><c>HiPE</c></seealso> - application for native executable code on specific architectures - (x86_64).</item> + application for native executable code.</item> <tag><c>std_alloc</c></tag> <item>Allocator used for most memory blocks not allocated through any of the other allocators described above.</item> @@ -668,19 +667,6 @@ </section> <section> - <title>Special Flag for exec_alloc</title> - <taglist> - <tag><marker id="MXscs"/><c><![CDATA[+MXscs <size in MB>]]></c></tag> - <item> - <p><c>exec_alloc</c> super carrier size (in MB). The amount of - <em>virtual</em> address space reserved for native executable code - used by the <seealso marker="hipe:HiPE_app"><c>HiPE</c></seealso> application - on specific architectures (x86_64). Defaults to <c>512</c>.</p> - </item> - </taglist> - </section> - - <section> <title>Instrumentation Flags</title> <taglist> <tag><marker id="Mim"/><c>+Mim true|false</c></tag> |