Skip to content

Commit

Permalink
Default to InclusionBasedPointerAnalysis
Browse files Browse the repository at this point in the history
  • Loading branch information
xeren authored and hernanponcedeleon committed Feb 17, 2024
1 parent 296ec42 commit 6f547bb
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 6f547bb

Please sign in to comment.