lkml.org 
[lkml]   [2018]   [Nov]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH v2 1/2] Makefile: Fix distcc compilation with x86 macros
Date
From: Masahiro Yamada
Sent: November 16, 2018 at 7:45:45 AM GMT
> To: Nadav Amit <namit@vmware.com>
> Cc: Ingo Molnar <mingo@redhat.com>, Michal Marek <michal.lkml@markovi.net>, Thomas Gleixner <tglx@linutronix.de>, Borislav Petkov <bp@alien8.de>, H. Peter Anvin <hpa@zytor.com>, X86 ML <x86@kernel.org>, Linux Kbuild mailing list <linux-kbuild@vger.kernel.org>, Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
> Subject: Re: [PATCH v2 1/2] Makefile: Fix distcc compilation with x86 macros
>
>
> On Thu, Nov 15, 2018 at 1:01 PM Nadav Amit <namit@vmware.com> wrote:
>> Introducing the use of asm macros in c-code broke distcc, since it only
>> sends the preprocessed source file. The solution is to break the
>> compilation into two separate phases of compilation and assembly, and
>> between the two concatenate the assembly macros and the compiled (yet
>> not assembled) source file. Since this is less efficient, this
>> compilation mode is only used when distcc or icecc are used.
>>
>> Note that the assembly stage should also be distributed, if distcc is
>> configured using "CFLAGS=-DENABLE_REMOTE_ASSEMBLE".
>>
>> Reported-by: Logan Gunthorpe <logang@deltatee.com>
>> Signed-off-by: Nadav Amit <namit@vmware.com>
>
>
> Wow, this is so ugly.

Indeed, it is not pretty from the Makefile system point of view.

But it does have merits when it comes to the actual use (by developers). If
you look on x86, there are a lot of duplicated implementation for C and Asm
and crazy C macros, for example for PV function call or the alternative
mechanism. The code is also less readable in its current form.

> I realized how much I hated this by now.
>
> My question is, how long do we need to carry this?

If it is purely about performance, I am not sure it would make sense to
put it in, as it will indeed be (eventually) solved by the compiler, and
the penalty is not too great.

There is also an advantage for having assembly macros that can override the
generated assembly that was generated by the compiler. I think HPA (cc’d)
looks in this direction (and so do I).

Regards,
Nadav
\
 
 \ /
  Last update: 2018-11-16 22:02    [W:0.071 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site