public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH (pushed)] param: document ranger-recompute-depth
@ 2023-04-03  8:04 Martin Liška
  2023-04-03 13:19 ` Andrew MacLeod
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Liška @ 2023-04-03  8:04 UTC (permalink / raw)
  To: gcc-patches; +Cc: Andrew MacLeod

gcc/ChangeLog:

	* doc/invoke.texi: Document new param.
---
  gcc/doc/invoke.texi | 4 ++++
  1 file changed, 4 insertions(+)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index def2df4584b..c9482886c5a 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -16170,6 +16170,10 @@ per supernode, before terminating analysis.
  Maximum depth of logical expression evaluation ranger will look through
  when evaluating outgoing edge ranges.
  
+@item ranger-recompute-depth
+Maximum depth of instruction chains to consider for recomputation
+in the outgoing range calculator.
+
  @item relation-block-limit
  Maximum number of relations the oracle will register in a basic block.
  
-- 
2.40.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH (pushed)] param: document ranger-recompute-depth
  2023-04-03  8:04 [PATCH (pushed)] param: document ranger-recompute-depth Martin Liška
@ 2023-04-03 13:19 ` Andrew MacLeod
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew MacLeod @ 2023-04-03 13:19 UTC (permalink / raw)
  To: Martin Liška, gcc-patches

Bah.. forgot that.. thanks :-)

Andrew

On 4/3/23 04:04, Martin Liška wrote:
> gcc/ChangeLog:
>
>     * doc/invoke.texi: Document new param.
> ---
>  gcc/doc/invoke.texi | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
> index def2df4584b..c9482886c5a 100644
> --- a/gcc/doc/invoke.texi
> +++ b/gcc/doc/invoke.texi
> @@ -16170,6 +16170,10 @@ per supernode, before terminating analysis.
>  Maximum depth of logical expression evaluation ranger will look through
>  when evaluating outgoing edge ranges.
>
> +@item ranger-recompute-depth
> +Maximum depth of instruction chains to consider for recomputation
> +in the outgoing range calculator.
> +
>  @item relation-block-limit
>  Maximum number of relations the oracle will register in a basic block.
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-03 13:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-03  8:04 [PATCH (pushed)] param: document ranger-recompute-depth Martin Liška
2023-04-03 13:19 ` Andrew MacLeod

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).