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: Information about LTO


Sjodin, Jan wrote on 05/01/07 13:54:

> Does LTO have any hard dependencies on the gimple-tuples? I imagine the
> on-disk representation could be separate from any internal
> representation. I am curious if the two efforts can be worked on in
> parallel and how well they can be separated, since the gimple-tuple
> project seems like a big effort also.

Some amount of parallelism may occur, but we will have to adapt many LTO
chunks when the tuple work goes in mainline.  The data structures for
the IL will be completely different, after all.


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