chipmunk-project / chipmunk

A code generator for packet-processing pipelines based on end-to-end program synthesis
12 stars 5 forks source link

Find the influence automatically #202

Open XiangyuG opened 4 years ago

XiangyuG commented 4 years ago

When we specify our output_packet_fields or output_state_groups, we should develop an algorithm to find which packet_fields have influence on their output.

General ideas should be based on graph theory on the DAG of the three-address-code generated by domino.

taegyunkim commented 4 years ago

Yeah, it should be possible to output that from domino.