cfgloop.c
52.5 KB
-
Refactor tree-loop-distribution.c for thread safety · eef99cd9
This patch refactors tree-loop-distribution.c for thread safety without use of C11 __thread feature. All global variables were moved to `class loop_distribution` which is initialized at ::execute time. From-SVN: r278421
Giuliano Belinassi committed