This commit is contained in:
Shawn Chang 2018-05-16 11:27:59 +08:00
parent 89d6049c49
commit 9c1a6a1622

@ -1,8 +1,8 @@
# algoritm # algorithm
```c ```c
// Every function pointer has a set contain the targets it's alias, the set is // Every function pointer has a set contain the targets it's alias, the set is
// changed ues static analysis of GCC can konwn it. // changed use static analysis of GCC can konwn it.
for every function pointer which has indirect call for every function pointer which has indirect call
legal_set = pointer alias set // changed along with reachable functions legal_set = pointer alias set // changed along with reachable functions