diff options
author | Eduard Zingerman <eddyz87@gmail.com> | 2025-09-18 19:18:38 -0700 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2025-09-19 09:27:23 -0700 |
commit | efcda22aa541bbda827e54302baf9ae4fd44cdf2 (patch) | |
tree | dcdf69e01ee90925e00d2322b481f28465f9aa84 /kernel/taskstats.c | |
parent | 3b20d3c120bae1e18ee11aa04531b161743db682 (diff) |
bpf: compute instructions postorder per subprogram
The next patch would require doing postorder traversal of individual
subprograms. Facilitate this by moving env->cfg.insn_postorder
computation from check_cfg() to a separate pass, as check_cfg()
descends into called subprograms (and it needs to, because of
merge_callee_effects() logic).
env->cfg.insn_postorder is used only by compute_live_registers(),
this function does not track cross subprogram dependencies,
thus the change does not affect it's operation.
Signed-off-by: Eduard Zingerman <eddyz87@gmail.com>
Link: https://lore.kernel.org/r/20250918-callchain-sensitive-liveness-v3-5-c3cd27bacc60@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'kernel/taskstats.c')
0 files changed, 0 insertions, 0 deletions