lisa icon indicating copy to clipboard operation
lisa copied to clipboard

[FEATURE REQUEST] Backward analysis (final version)

Open lucaneg opened this issue 8 months ago • 0 comments

Description As an extension and finalization of #120, we should:

  • swap the evaluation of sub-expressions with the outer-most one in NaryExpression and NaryStatement
  • provide a proper backward interproceduralAnalysis
  • provide a proper backward HeapDomain
  • provide a proper backward TypeDomain
  • investigate the need of a backward CallGraph
  • Support optimiziations (classes are there but results are unstable)
  • Thoroughly test the backward framework

lucaneg avatar Oct 06 '23 15:10 lucaneg