python-security/pyt

Use function summaries instead of inlining

Open

#187 opened on 2018年11月24日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Python (2,141 stars) (259 forks)batch import
difficulthelp wanted

説明

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

コントリビューターガイド