fshahinfar1 / kashk

Generate BPF kernel offload from source code of applications
2 stars 0 forks source link

Parents/Owners not being processed in different passes #24

Open fshahinfar1 opened 7 months ago

fshahinfar1 commented 7 months ago

I am not considering the owners of a reference as its children. As a result, when I am doing the passes, they are not processed.

Owner for a reference is what describes the hierarchy of structured data. E.g., x->y[20].z = 10 would be represented as access to z. While z has owner `y[20].