Re: [PATCH v2] perf, x86: Fix event scheduler for constraints withoverlapping counters

From: Robert Richter
Date: Tue Apr 19 2011 - 09:57:36 EST


On 19.04.11 07:29:33, Ingo Molnar wrote:
>
> * Robert Richter <robert.richter@xxxxxxx> wrote:
>
> > + if (!state)
> > + /* no events to reschedule */
> > + goto done;
>
> Hm, that's 5 levels of indentation. Would it be possible to factor out the gist
> of the logic into a helper and such? My eyes would be much happier!

Hmm, I was thinking about this too, but it is not easy since we
control also the loops with goto's and updates of the loop
states. Refactoring out the inner block would mean to update state
varables via pointers and to introduce return codes which contains
control flow information. Don't think this will become easier.

We could probably merge both for-loops in one while-loop but also on
costs of code readability.

-Robert

--
Advanced Micro Devices, Inc.
Operating System Research Center

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/