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: Gcc 3.1 performance regressions with respect to 2.95.3


>>>>> law  writes:

Jeff> I like your code to clear it as it is consumed, but I want to mentally verify
Jeff> that your code will indeed clear all occurrences of SCHED_GROUP_P.  Your code
Jeff> would also eliminate the need to clear SCHED_GROUP_P in sched_analyze.

	If it works to not clear SCHED_GROUP_P at the beginning of the
group, that's great.  I was concerned whether those objects were allocated
with the field zero so that it might randomly be set prior to the first
sched_analyze pass.

David


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