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: PATCH: support mixed mips16/nomips16 compilation in the same file


On Jun 24, 2007, at 9:11 AM, Sandra Loosemore wrote:
This is a tricky change. There are many places in GCC where it assumes that the target's register set or usage doesn't change during compilation, for instance, and uses that information to precompute other things. We've broken out a new function, backend_reinit,

:-) We have a local patch which has a reinit for -O1, -O2, -O3... and all that implies... to allow changing optimization levels on a per-function basis.



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