Commit 09cd171
committed
Improve race condition check for unary functions
Of out array is logically the same as input array, there is no
race condition, so avoid performing the temporary copy.1 parent ea0579d commit 09cd171
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
83 | 87 | | |
84 | 88 | | |
85 | 89 | | |
| |||
0 commit comments