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] fix bugzilla 24959



I've added it into the target directories instead of at the config/ level because the rs6000 port has a function to return the trampoline size which isn't linked into libgcc and so we need to make sure we use the darwin specific values for the rs6000 port. I also needed to add an IN_LIBGCC option for TARGET_64BIT.

I wonder if it's faster and equally safe to save the last value of `page', and skip the mprotect call if it's the same as the new one?


Paolo


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