This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gomp] rewrite lowering, again


On October 8, 2005 21:06, Richard Henderson wrote:
> So I ran into problems with VLAs that require all sorts of remapping
> that weren't easy to do in the front end.  I wound up using some
> fraction of the inlining routines to help out here.
>
Huh.  Is the use of tree-inline.c the major difference between the new 
implementation and what I had implemented before you changed it to use the 
parser?

I'm trying to understand the file again.  Do you have an overview besides 
'rewrite from scratch'?  Thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]