|
A Lattice L Consists of
- A set of values
- ’Meet’ operator

- ’Join’ operator

Properties of Lattices
-
such that
(closure)
|
-
(Commutative)
|
|
|
|
Forward Reaching Definition Analysis
- Elements are bit vectors
- Meet is bitwise and
- Join is bitwise or
- Bottom is 0n and top is 1n
- BV n denotes lattice of n bits for example BV 3 is
|