pyt icon indicating copy to clipboard operation
pyt copied to clipboard

Use function summaries instead of inlining

Open KevinHock opened this issue 6 years ago • 0 comments

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

KevinHock avatar Nov 24 '18 22:11 KevinHock