]> git.ipfire.org Git - thirdparty/linux.git/commit
objtool: Free insns when done
authorJosh Poimboeuf <jpoimboe@kernel.org>
Tue, 30 May 2023 17:21:13 +0000 (10:21 -0700)
committerJosh Poimboeuf <jpoimboe@kernel.org>
Wed, 7 Jun 2023 17:03:27 +0000 (10:03 -0700)
commitd93b5935fd47007597aed5105a902a10204bc30e
treec304b31a243b26eb531fabed65df75e252fa12cc
parentec24b927c1fbfc91cf7a48276d9fd92072b17d3b
objtool: Free insns when done

Free the decoded instructions as they're no longer needed after this
point.  This frees up a big chunk of heap, which will come handy when
skipping the reading of DWARF section data.

Link: https://lore.kernel.org/r/4d4bca1a0f869de020dac80d91f9acbf6df77eab.1685464332.git.jpoimboe@kernel.org
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
tools/objtool/check.c