poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] pkl-asm.c: Improve readability by reducing Jemarchism


From: Jose E. Marchesi
Subject: Re: [PATCH] pkl-asm.c: Improve readability by reducing Jemarchism
Date: Thu, 13 Jan 2022 23:59:02 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> -      int tl = !!((size - 1) & ~0x1f);
> +      int tl = size > 32;

I personally think this change obfuscates the code to nearly unreadable
levels.

But what can I say, I live to please.. OK ;)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]