This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Optimization for automatic objects
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Joachim Schoeberl <js at jku dot at>
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Thu, 23 Oct 2003 19:12:25 -0400
- Subject: Re: Optimization for automatic objects
- Organization: Red Hat Canada
- References: <3F97BF93.2030106@jku.at>
On Thu, 2003-10-23 at 07:46, Joachim Schoeberl wrote:
> Now, my questions are:
> - is there an optimization flag eliminating these movements ?
> - should I implement the objects differently ?
> - will there be an optimizer in the near future ?
>
I doubt tree-ssa will get these right, but would you mind creating a
bugzilla report with your code as a test case? File it against the
tree-ssa branch. Someone will take a stab at it eventually.
Thanks. Diego.