This is the mail archive of the gcc@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: Can we speed up the gcc_target structure?


Geoff Keating <geoffk@geoffk.org> writes:

> Ian Lance Taylor <ian@wasabisystems.com> writes:
> 
> ...
> > Any thoughts?  Does anybody think this would be a waste of time?  Does
> > anybody have a better approach to solving the general problem?
> 
> What happens if you compile with --enable-intermodule?

targetm is not a const structure, so I can't see gcc knowing that some
of the fields in fact do not change.  But I haven't actually tried it.

Ian


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