diff options
author | Tristan Gingold | 2015-09-04 21:52:38 +0200 |
---|---|---|
committer | Tristan Gingold | 2015-09-04 21:52:38 +0200 |
commit | 8520993b4d1eadefa488dfc96dff25333f1b19db (patch) | |
tree | 818d4fe917d3e6b765932ed3d1ab1ee70dc3c508 /doc/ghdl.texi | |
parent | 2d8f611cb63b72aa0373efe0ffa0df47e25519c9 (diff) | |
download | ghdl-8520993b4d1eadefa488dfc96dff25333f1b19db.tar.gz ghdl-8520993b4d1eadefa488dfc96dff25333f1b19db.tar.bz2 ghdl-8520993b4d1eadefa488dfc96dff25333f1b19db.zip |
Suppress stack switching; save process state in secondary stack.
Diffstat (limited to 'doc/ghdl.texi')
-rw-r--r-- | doc/ghdl.texi | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/doc/ghdl.texi b/doc/ghdl.texi index e766212..4abb397 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 |