Re: [PATCH v6 11/30] objtool: Trace instruction state changes during function validation
From: David Laight
Date: Tue Dec 02 2025 - 13:09:19 EST
On Tue, 2 Dec 2025 08:13:21 -0800
Josh Poimboeuf <jpoimboe@xxxxxxxxxx> wrote:
...
> The static local bothered me, I went with a different approach to move
> that variable (and its usage) to handle_insn_ops(). Will post shortly.
>
Does look a little wrong inside a recursively called function.
How does the code get on for 32bit builds?
I'd guess they have a lot less stack available?
David