xlab-uiuc / cflow

Flow-based configuration analysis
9 stars 3 forks source link

Implement initial version of inter-procedural analysis #10

Closed X-czh closed 3 years ago

X-czh commented 3 years ago

We've already finished Assign Flow Function.

Implement in intra-procedural analysis:

and

The target is to have a working initial version of inter-procedural analysis that passes a set of toy unit tests by the end of this week.

X-czh commented 3 years ago

This slide serves as a reference for the implementation.

tianyin commented 3 years ago

I will be REALLY interested to see how the inter-proc analysis is done.

X-czh commented 3 years ago

I will be REALLY interested to see how the inter-proc analysis is done.

The basic design is described in the slide given above. The implementation at current stage is still quite buggy though.

tianyin commented 3 years ago

The implementation at current stage is still quite buggy though

That's what I meant -- Inter-proc analysis is known to be conceptually simple, but really challenging to get right.

X-czh commented 3 years ago

Inter-proc analysis is known to be conceptually simple, but really challenging to get right.

That's so true LOL