-
Notifications
You must be signed in to change notification settings - Fork 438
Object Clustering
Mohamad Barbar edited this page Aug 13, 2021
·
5 revisions
For staged analyses (currently only for flow-sensitive analysis), objects can be better mapped to identifiers for use in bit-vectors based on auxiliary analysis results.
Unmerged; in progress.
-node-alloc-strat=dense
must be used.
-
-cluster-fs
: perform clustering for flow-sensitive analysis based on auxiliary analysis. -
-cluster-regioned
: cluster one region at a time. -
-cluster-region-aligned
: align first assigned identifier in each region to the word boundary. -
-cluster-method
: clustering criterion to use;single
,complete
,average
, orbest
wherebest
performs all 3 and picks the best performing one. -
-staged-pt-type
: bit-vector type to use in the flow-sensitive analysis;sbv
,bv
, orcbv
.