Commit 2e05ae8
Remove store sync in PGC
A store sync was recently added, speculating that it's needed to
synchronize the stores of region attributes before adding to the list of
new regions, mid PGC.
After all, such a sync should not be needed, because the locking
operation associated with push-to-list operations has an implicit sync.
While the frequency of this operation is rather low (no perf benefit
from the change), it's not good to create a bad precedent that would be
potentially cloned in other similar situations.
Signed-off-by: Aleksandar Micic <Aleksandar_Micic@ca.ibm.com>1 parent 3f5a860 commit 2e05ae8
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
827 | 827 | | |
828 | 828 | | |
829 | 829 | | |
830 | | - | |
831 | | - | |
| 830 | + | |
832 | 831 | | |
833 | 832 | | |
834 | 833 | | |
| |||
0 commit comments