Hi Conrad,

[ Context: I don't understand anything about CPU topologies! ]

2017-08-27 7:14 GMT+02:00 Conrad Meyer <c...@freebsd.org>:
> +       while (top->cg_children == 1) {
> +               top = &top->cg_child[0];
> +               top->cg_parent = NULL;
> +       }

This only removes layers from the top if they only have a single
child. Question: is it possible/likely to have CPU topologies where
one of the middle layers only has one child? If so, would it make
sense to use tree traversal here to do the flattening?

-- 
Ed Schouten <e...@nuxi.nl>
Nuxi, 's-Hertogenbosch, the Netherlands
KvK-nr.: 62051717
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to