Re: [PATCH v2 1/6] Add AutoFDO support for Clang build

From: Justin Stitt
Date: Fri Oct 04 2024 - 17:24:11 EST


On Fri, Oct 4, 2024 at 11:29 AM Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:
>
> On Fri, Oct 04, 2024 at 11:10:04AM -0700, Kees Cook wrote:
>
> > +Configure the kernel with::(make)
> > +
> > + CONFIG_AUTOFDO_CLANG=y
> >
> > Then we could avoid the extra 2 lines but still gain the rendered language
> > highlights?
>
> The whole double-colon thing is already a pain to read; you're making it
> worse again.

Lots of people read docs on the web and having code blocks with
monospaced fonts (+syntax highlighting) makes them easier to read
there.

Configure the kernel with:

CONFIG_AUTOFDO_CLANG=y

--versus--

Configure the kernel with::

CONFIG_AUTOFDO_CLANG=y

This renders better for html through Sphinx and really can't be that
bad to read in vim, can it?

two cents and such,
Justin