pyt
pyt copied to clipboard
Use function summaries instead of inlining
We currently use inlining instead of summaries, for inter-procedural analysis, which makes PyT slower than it needs to be.
Here are some videos, specifically the last one, explains function summaries well: #57 Call Graphs #58 Interprocedural Data Flow Analysis #59 Procedure Summaries in Data Flow Analysis