Skip to content

Commit 21fc8f9

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ 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-
2322
To overcome these drawbacks, we propose a scalable and precise approach for constructing application-centered call graphs for
2423
Python programs, and implement it as a prototype Jarvis. Jarvis maintains a type graph (i.e., type relations of program identifiers) for
2524
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)