python-security/pyt

Use function summaries instead of inlining

Open

#187 opened on Nov 24, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (2,141 stars) (259 forks)batch import
difficulthelp wanted

Description

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

Contributor guide