Class Scaler
java.lang.Object
pascal.taie.analysis.pta.toolkit.scaler.Scaler
Given a TST (Total Scalability Threshold), select the ST (Scalability Threshold),
then select context-sensitivity based on the selected ST value.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionrun
(PointerAnalysisResult pta, String arg) Parses Scaler argument and runs Scaler.Selects context sensitivity variants for the methods in the program.
-
Constructor Details
-
Scaler
-
-
Method Details
-
run
Parses Scaler argument and runs Scaler. -
selectContext
Selects context sensitivity variants for the methods in the program. Currently, we only consider instance methods, as the contexts of static methods actually come from instance methods.- Returns:
- a map from methods to their selected context sensitivity variants.
-