aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2015-09-04 21:52:38 +0200
committerTristan Gingold <tgingold@free.fr>2015-09-04 21:52:38 +0200
commit8520993b4d1eadefa488dfc96dff25333f1b19db (patch)
tree818d4fe917d3e6b765932ed3d1ab1ee70dc3c508 /doc
parent2d8f611cb63b72aa0373efe0ffa0df47e25519c9 (diff)
downloadghdl-8520993b4d1eadefa488dfc96dff25333f1b19db.tar.gz
ghdl-8520993b4d1eadefa488dfc96dff25333f1b19db.tar.bz2
ghdl-8520993b4d1eadefa488dfc96dff25333f1b19db.zip
Suppress stack switching; save process state in secondary stack.
Diffstat (limited to 'doc')
-rw-r--r--doc/ghdl.texi27
1 files changed, 0 insertions, 27 deletions
diff --git a/doc/ghdl.texi b/doc/ghdl.texi
index e7662120a..4abb3974f 100644
--- a/doc/ghdl.texi
+++ b/doc/ghdl.texi
@@ -1793,33 +1793,6 @@ the annotator use the typical delay.
@xref{Backannotation}, for more details.
-@item --stack-max-size=@var{SIZE}
-@cindex @option{--stack-max-size} option
-Set the maximum size in bytes of the non-sensitized processes stacks.
-
-If the value @var{SIZE} is followed (without any space) by the @samp{k},
-@samp{K}, @samp{kb}, @samp{Kb}, @samp{ko} or @samp{Ko} multiplier, then
-the size is the numeric value multiplied by 1024.
-
-If the value @var{SIZE} is followed (without any space) by the @samp{m},
-@samp{M}, @samp{mb}, @samp{Mb}, @samp{mo} or @samp{Mo} multiplier, then
-the size is the numeric value multiplied by 1024 * 1024 = 1048576.
-
-Each non-sensitized process has its own stack, while the sensitized processes
-share the same and main stack. This stack is the stack created by the
-operating system.
-
-Using too small stacks may result in simulation failure due to lack of memory.
-Using too big stacks may reduce the maximum number of processes.
-
-@item --stack-size=@var{SIZE}
-@cindex @option{--stack-size} option
-Set the initial size in bytes of the non-sensitized processes stack.
-The @var{SIZE} value has the same format as the previous option.
-
-The stack of the non-sensitized processes grows until reaching the
-maximum size limit.
-
@item --help
Display a short description of the options accepted by the runtime library.
@end table