fshahinfar1 / kashk

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

CFG: Support for GOTO instructions #31

Open fshahinfar1 opened 4 months ago

fshahinfar1 commented 4 months ago

The tool, currently, does not support goto statements when generating CFG. The CFG is needed for doing cost-analysis for deciding what to offload. It would be good to have this implemented.