public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Nathan Sidwell <nathan@codesourcery.com>
To: Sandra Loosemore <sandra@codesourcery.com>
Cc: GCC Patches <gcc-patches@gcc.gnu.org>
Subject: Re: PATCH: avoid constructing temporary arglists in C and C++ front  ends
Date: Tue, 27 Feb 2007 15:53:00 -0000	[thread overview]
Message-ID: <45E440CD.5010107@codesourcery.com> (raw)
In-Reply-To: <45D66D6F.8020709@codesourcery.com>

Sandra Loosemore wrote:

> This patch consists of three main chunks of changes.  The first chunk 
> changes some of the high-level constructor functions in fold-const.c and 
> builtins.c (groan!) to work off an argument array instead of a list.  
> The second chunk changes build_function_call in c-typeck.c to alloca an 
> array which eventually gets passed to those constructors, and propagates 
> the change in representation around to the various other helper 
> functions it invokes.  The third chunk makes similar changes to the C++ 
> front end, which has a somewhat larger set of related 
> call-processing-and-construction functions.
> 

the C++ bits are ok.

nathan

-- 
Nathan Sidwell    ::   http://www.codesourcery.com   ::         CodeSourcery
nathan@codesourcery.com    ::     http://www.planetfall.pwp.blueyonder.co.uk

      parent reply	other threads:[~2007-02-27 14:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-17  6:06 Sandra Loosemore
2007-02-26 22:37 ` Joseph S. Myers
2007-02-28 23:56   ` [committed] " Sandra Loosemore
2007-02-27 15:53 ` Nathan Sidwell [this message]

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=45E440CD.5010107@codesourcery.com \
    --to=nathan@codesourcery.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=sandra@codesourcery.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).