Re: [PATCH 00/45] C++: Convert the kernel to C++

From: David Howells
Date: Fri Jan 12 2024 - 03:52:18 EST


H. Peter Anvin <hpa@xxxxxxxxx> wrote:

> One thing I forgot to mention that would be quite useful is careful use of
> namespaces.

Just be aware that the use of namespaces would make the kernel image bigger if
symbols are included.

David