public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Richard Henderson <rth@redhat.com>
To: Anatoly Sokolov <aesok@post.ru>
Cc: gcc-patches@gcc.gnu.org, Steve Ellcey <sje@cup.hp.com>
Subject: Re: [IA64] Hookize  MEMORY_MOVE_COST
Date: Tue, 29 Jun 2010 07:14:00 -0000	[thread overview]
Message-ID: <4C293AED.8090409@redhat.com> (raw)
In-Reply-To: <1313122732.20100629004209@post.ru>

On 06/28/2010 01:42 PM, Anatoly Sokolov wrote:
>  Hello.
> 
>   This patch removes obsolete MEMORY_MOVE_COST macro from IA64 back end in
> the GCC and introduces equivalent TARGET_MEMORY_MOVE_COST target hooks.
> 
>    Bootstrapped and regression tested on ia64-unknown-linux-gnu.
> 
>   OK to install?
> 
>         * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
>         * config/ia64/t-ia64 (ia64.o): Depend on reload.h.
>         * config/ia64/ia64.c Include reload.h.
>         (ia64_memory_move_cost): New function.
>         (TARGET_MEMORY_MOVE_COST): Define.
>         (ia64_register_move_cost): Replace MEMORY_MOVE_COST with
>         memory_move_cost.
> 
> 
> Index: gcc/config/ia64/ia64.c
> ===================================================================
> --- gcc/config/ia64/ia64.c      (revision 161470)
> +++ gcc/config/ia64/ia64.c      (working copy)
> @@ -59,6 +59,7 @@
>  #include "dbgcnt.h"
>  #include "tm-constrs.h"
>  #include "sel-sched.h"
> +#include "reload.h"

What bit of reload.h is being used here?


r~

  reply	other threads:[~2010-06-29  0:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-28 21:52 Anatoly Sokolov
2010-06-29  7:14 ` Richard Henderson [this message]
2010-06-29  9:26   ` Anatoly Sokolov
2010-06-29 17:24     ` Richard Henderson
2010-06-29 20:47       ` Anatoly Sokolov
2010-06-29 17:26 ` Richard Henderson

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=4C293AED.8090409@redhat.com \
    --to=rth@redhat.com \
    --cc=aesok@post.ru \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=sje@cup.hp.com \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).