Remove Monte-Carlo
This commit is contained in:
parent
71c2a985d2
commit
03e3e949e6
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ dependencies detections.
|
|||
|
||||
\medskip{}
|
||||
|
||||
As \staticdeps{}'s heuristic is based on randomness in a Monte Carlo sense, it
|
||||
Given how \staticdeps{}'s heuristic is based on randomness, it
|
||||
may yield false positives: two registers could theoretically be assigned the
|
||||
same value sampled at random, making them aliasing addresses. This is, however,
|
||||
very improbable, as values are sampled from a set of cardinality $2^{64}$. If
|
||||
|
|
Loading…
Reference in a new issue