Skip to content

Commit f88a734

Browse files
authored
Update index.md
1 parent 21fc8f9 commit f88a734

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ programs while maintaining high efficiency remains a significant challenge. For
1919
scale to large programs. In our preliminary experiments, it ran out of memory or exceeded the time limit for programs exceeding
2020
2,000 lines of code. This limitation stems from the costly global fixed-point iterations required during analysis. In addition, PyCG is
2121
flow-insensitive and does not fully support Python’s dynamic features, which further limits its accuracy.
22+
23+
2224
To overcome these drawbacks, we propose a scalable and precise approach for constructing application-centered call graphs for
2325
Python programs, and implement it as a prototype Jarvis. Jarvis maintains a type graph (i.e., type relations of program identifiers) for
2426
each function in a program to allow type inference.x Taking one function as an input, Jarvis generates the call graph on-the-fly,

0 commit comments

Comments
 (0)