public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] docs: Document new param x86-stlf-window-ninsns.
@ 2022-04-06  7:35 Martin Liška
  2022-04-06  7:43 ` Liu, Hongtao
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Liška @ 2022-04-06  7:35 UTC (permalink / raw)
  To: gcc-patches; +Cc: liuhongt

Hi.

The patch documents the newly added parameter. One question I have is
if it's fine listing it under 'i386 and x86_64 targets'?

Cheers,
Martin

gcc/ChangeLog:

	* doc/invoke.texi: Document it.
---
  gcc/doc/invoke.texi | 8 ++++++++
  1 file changed, 8 insertions(+)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 3936aef69d0..1a51759e6e4 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -15247,6 +15247,14 @@ loop.  The default value is four.
  
  @end table
  
+The following choices of @var{name} are available on i386 and x86_64 targets:
+
+@table @gcctabopt
+@item x86-stlf-window-ninsns
+Instructions number above which STFL stall penalty can be compensated.
+
+@end table
+
  @end table
  
  @node Instrumentation Options
-- 
2.35.1


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

* RE: [PATCH] docs: Document new param x86-stlf-window-ninsns.
  2022-04-06  7:35 [PATCH] docs: Document new param x86-stlf-window-ninsns Martin Liška
@ 2022-04-06  7:43 ` Liu, Hongtao
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Hongtao @ 2022-04-06  7:43 UTC (permalink / raw)
  To: Martin Liška, gcc-patches



> -----Original Message-----
> From: Martin Liška <mliska@suse.cz>
> Sent: Wednesday, April 6, 2022 3:35 PM
> To: gcc-patches@gcc.gnu.org
> Cc: Liu, Hongtao <hongtao.liu@intel.com>
> Subject: [PATCH] docs: Document new param x86-stlf-window-ninsns.
> 
> Hi.
> 
> The patch documents the newly added parameter. One question I have is if it's
> fine listing it under 'i386 and x86_64 targets'?
Yes, thanks.
> 
> Cheers,
> Martin
> 
> gcc/ChangeLog:
> 
> 	* doc/invoke.texi: Document it.
> ---
>   gcc/doc/invoke.texi | 8 ++++++++
>   1 file changed, 8 insertions(+)
> 
> diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index
> 3936aef69d0..1a51759e6e4 100644
> --- a/gcc/doc/invoke.texi
> +++ b/gcc/doc/invoke.texi
> @@ -15247,6 +15247,14 @@ loop.  The default value is four.
> 
>   @end table
> 
> +The following choices of @var{name} are available on i386 and x86_64 targets:
> +
> +@table @gcctabopt
> +@item x86-stlf-window-ninsns
> +Instructions number above which STFL stall penalty can be compensated.
> +
> +@end table
> +
>   @end table
> 
>   @node Instrumentation Options
> --
> 2.35.1


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

end of thread, other threads:[~2022-04-06  7:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-06  7:35 [PATCH] docs: Document new param x86-stlf-window-ninsns Martin Liška
2022-04-06  7:43 ` Liu, Hongtao

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).