aya-rs / bpf-linker

Simple BPF static linker
Apache License 2.0
182 stars 41 forks source link

chore: Remove `item_stack` from `DISanitizer` #222

Closed vadorovsky closed 1 week ago

vadorovsky commented 1 week ago

It isn't being used anywhere (aside from push and immediate pop) and has no impact on the visitor algorithm.


This change is Reviewable