diff options
author | Giuliano Belinassi <giuliano.belinassi@usp.br> | 2019-11-18 20:05:16 +0000 |
---|---|---|
committer | Giuliano Belinassi <giulianob@gcc.gnu.org> | 2019-11-18 20:05:16 +0000 |
commit | eef99cd9567d40f72654faf6f21fdc65c63c9c3d (patch) | |
tree | 92ed33dfe90ac4b9908ab5e37775a2734518b0b0 /gcc/loop-init.c | |
parent | 8d890d37e0183735586c18f1f056deb5848617ca (diff) | |
download | gcc-eef99cd9567d40f72654faf6f21fdc65c63c9c3d.zip gcc-eef99cd9567d40f72654faf6f21fdc65c63c9c3d.tar.gz gcc-eef99cd9567d40f72654faf6f21fdc65c63c9c3d.tar.bz2 |
Refactor tree-loop-distribution.c for thread safety
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
Diffstat (limited to 'gcc/loop-init.c')
0 files changed, 0 insertions, 0 deletions