-
Sub-task
-
Resolution: Fixed
-
P4
-
23
-
b08
Currently, the visited set is a "global" set that is reused all through SuperWord. This makes other refactorings difficult. I am refactoring all related code to make the visited sets local, with use of ResourceMark.