Skip to content

Commit b85cf65

Browse files
committed
fix: fix a bug in the flow computation
The basic blocks flow graph algorithm has been completely rewritten. It's now much more efficient, simpler and fixes a bug which happens with -O4
1 parent 6ffce80 commit b85cf65

5 files changed

Lines changed: 217 additions & 162 deletions

File tree

src/api/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import shelve
77
import signal
88
from functools import wraps
9-
from typing import IO, Any, Callable, Iterable, List, Optional, Union, TypeVar
9+
from typing import IO, Any, Callable, Iterable, List, Optional, TypeVar, Union
1010

1111
from src.api import constants, errmsg, global_
1212

0 commit comments

Comments
 (0)