qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Brian Cain <quic_bcain@quicinc.com>
To: Anton Johansson <anjo@rev.ng>, <qemu-devel@nongnu.org>
Cc: <ale@rev.ng>, <ltaylorsimpson@gmail.com>, <bcain@quicinc.com>
Subject: Re: [PATCH v4 1/4] target/hexagon: idef-parser remove unused defines
Date: Wed, 5 Jun 2024 22:14:35 -0500	[thread overview]
Message-ID: <1c86b103-76ea-4e4b-9351-20f118212f10@quicinc.com> (raw)
In-Reply-To: <20240523125901.27797-2-anjo@rev.ng>


On 5/23/2024 7:58 AM, Anton Johansson via wrote:
> Before switching to GArray/g_string_printf we used fixed size arrays for
> output buffers and instructions arguments among other things.
>
> Macros defining the sizes of these buffers were left behind, remove
> them.
>
> Signed-off-by: Anton Johansson <anjo@rev.ng>
> Reviewed-by: Taylor Simpson <ltaylorsimpson@gmail.com>
> Reviewed-by: Brian Cain <bcain@quicinc.com>
> ---

Queued -- at https://github.com/quic/qemu/tree/hex.next


>   target/hexagon/idef-parser/idef-parser.h | 10 ----------
>   1 file changed, 10 deletions(-)
>
> diff --git a/target/hexagon/idef-parser/idef-parser.h b/target/hexagon/idef-parser/idef-parser.h
> index 3faa1deecd..8594cbe3a2 100644
> --- a/target/hexagon/idef-parser/idef-parser.h
> +++ b/target/hexagon/idef-parser/idef-parser.h
> @@ -23,16 +23,6 @@
>   #include <stdbool.h>
>   #include <glib.h>
>   
> -#define TCGV_NAME_SIZE 7
> -#define MAX_WRITTEN_REGS 32
> -#define OFFSET_STR_LEN 32
> -#define ALLOC_LIST_LEN 32
> -#define ALLOC_NAME_SIZE 32
> -#define INIT_LIST_LEN 32
> -#define OUT_BUF_LEN (1024 * 1024)
> -#define SIGNATURE_BUF_LEN (128 * 1024)
> -#define HEADER_BUF_LEN (128 * 1024)
> -
>   /* Variadic macros to wrap the buffer printing functions */
>   #define EMIT(c, ...)                                                           \
>       do {                                                                       \


  reply	other threads:[~2024-06-06  3:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-23 12:58 [PATCH v4 0/4] target/hexagon: Minor idef-parser cleanup Anton Johansson via
2024-05-23 12:58 ` [PATCH v4 1/4] target/hexagon: idef-parser remove unused defines Anton Johansson via
2024-06-06  3:14   ` Brian Cain [this message]
2024-05-23 12:58 ` [PATCH v4 2/4] target/hexagon: idef-parser remove undefined functions Anton Johansson via
2024-05-23 12:59 ` [PATCH v4 3/4] target/hexagon: idef-parser fix leak of init_list Anton Johansson via
2024-05-23 12:59 ` [PATCH v4 4/4] target/hexagon: idef-parser simplify predicate init Anton Johansson via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1c86b103-76ea-4e4b-9351-20f118212f10@quicinc.com \
    --to=quic_bcain@quicinc.com \
    --cc=ale@rev.ng \
    --cc=anjo@rev.ng \
    --cc=bcain@quicinc.com \
    --cc=ltaylorsimpson@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).