system-pclub / GCatch

Statically Detecting Go Concurrency Bugs
GNU General Public License v2.0
435 stars 40 forks source link

Algorithm to build syncgraph #12

Closed lzhfromustc closed 3 years ago

lzhfromustc commented 3 years ago

Bridges package checkers/bmoc and syncgraph Added the largest functions for syncgraph: how to go through each instruction in CFG and callgraph, and record what we need into SyncGraph