This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Thoughts on LLVM and LTO
- From: Ben Elliston <bje at au1 dot ibm dot com>
- To: Daniel Berlin <dberlin at dberlin dot org>
- Cc: Devang Patel <devang dot patel at gmail dot com>, Diego Novillo <dnovillo at redhat dot com>, gcc at gcc dot gnu dot org
- Date: Thu, 2 Feb 2006 14:38:25 +1100
- Subject: Re: Thoughts on LLVM and LTO
- References: <200511221120.03183.dnovillo@redhat.com> <1132677941.3076.113.camel@linux.site> <352a1fb20511271158g4577c2c4u7cd9f5314ae07a2a@mail.gmail.com> <1133124941.7322.8.camel@linux.site>
Sorry for the long delay in this thread .. still catching up from the
break.
> > 2) Testability of optimization passes
> >
> > How much precision one can get while testing particular feature,
> > optimization pass?
>
> You can run one pass at a time, if you wanted to, using opt (or two,
> or three).
I have patches to GCC to do this if anyone thinks they'd be useful?
Ben