Re: [RFC][PATCH] perf: Rewrite core context handling

From: Peter Zijlstra
Date: Mon Oct 15 2018 - 04:53:27 EST


On Mon, Oct 15, 2018 at 10:34:48AM +0200, Peter Zijlstra wrote:
> On Mon, Oct 15, 2018 at 10:26:06AM +0300, Alexey Budankov wrote:

> > Rewrite is impressive however it doesn't result in code base reduction as it is.
>
> Yeah.. that seems to be nature of these things ..

Note that some things did get simpler; the whole move_group case in the
syscall simplified, as well as the whole online state tracking (which
isn't completed).

But yes, overall complexity did increase by the additional data
structures and their relations.