aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2018-03-13 19:32:10 +0100
committerGitHub <[email protected]>2018-03-13 19:32:10 +0100
commitb9872a64b863c424c4d548d4454e6e1b3153ddc4 (patch)
tree8df8b0e8ed3443460684f961d8df280a7fc937f1 /erts/doc
parent3571f624d94638381a420762b69517a3f255df9f (diff)
parenta2f9a1e05ef8dd1fb8a280c66434529fec580a25 (diff)
downloadotp-b9872a64b863c424c4d548d4454e6e1b3153ddc4.tar.gz
otp-b9872a64b863c424c4d548d4454e6e1b3153ddc4.tar.bz2
otp-b9872a64b863c424c4d548d4454e6e1b3153ddc4.zip
Merge PR-1699 from sverker/hipe-amd64-high-code/OTP-14951
Remove low memory need for HiPE on x86_64
Diffstat (limited to 'erts/doc')
-rw-r--r--erts/doc/src/erts_alloc.xml16
1 files changed, 1 insertions, 15 deletions
diff --git a/erts/doc/src/erts_alloc.xml b/erts/doc/src/erts_alloc.xml
index 049ffe560a..53e136d76c 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>
@@ -723,19 +722,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>