Skip to content

Commit

Permalink
Default to InclusionBasedPointerAnalysis
Browse files Browse the repository at this point in the history
  • Loading branch information
xeren committed Feb 17, 2024
1 parent 505f743 commit c234fc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ static AliasAnalysis fromConfig(Program program, Context analysisContext, Config
final class Config {
@Option(name = ALIAS_METHOD,
description = "General type of analysis that approximates the 'loc' relationship between memory events.")
private Alias method = Alias.FIELD_SENSITIVE;
private Alias method = Alias.FULL;

@Option(name = ALIAS_GRAPHVIZ,
description = "If 'true', stores the results of the alias analysis as a PNG image." +
Expand Down

0 comments on commit c234fc9

Please sign in to comment.