amit-davidson / Chronos

Chronos - A static race detector for the go language
MIT License
424 stars 11 forks source link

Make cfg faster #36

Closed amit-davidson closed 3 years ago

amit-davidson commented 3 years ago

Improve the logic of the cfg. The traversal algorithm works better so it should run faster and take much less memory. Will also solve for {} problem