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: Breakup cgraph.c


Jan Hubicka <jh at suse dot cz> writes:

> Hi,
> this patch just breaks cgraph.c into cgraph.c (generic callgraph
> function) and cgraphunit.c (actual unit-at-a-time driver) as needed
> for local function patch (so cgraph.c may be linked into frontends not
> doing function-at-a-time).  It's functions still can be used as natural
> way to attach backend information into callgraph nodes and it solves
> problems of calling cgraph functions from middle end.
> It also puts more things into header so we can create new files for more
> complex optimizers in future.
> 
> No changes into code are made.  Regtested i386 OK?

OK.

-- 
- Geoffrey Keating <geoffk at geoffk dot org>


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