- Notifications
You must be signed in to change notification settings - Fork5
Commitfaab7a9
committed
Remove unnecessary local variables to work around an icc optimization bug.
Buildfarm member dunlin has been crashing since commit8b49a60, but othermachines seem fine with that code. It turns out that removing the localvariables in ordered_set_startup() that are copies of fields in "qstate"dodges the problem. This might cost a few cycles on register-richmachines, but it's probably a wash on others, and in any case this codeisn't performance-critical. Thanks to Jeremy Drake for off-listinvestigation.1 parent192b4aa commitfaab7a9
1 file changed
+15
-25
lines changedLines changed: 15 additions & 25 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
162 |
| - | |
163 |
| - | |
164 |
| - | |
165 |
| - | |
166 |
| - | |
167 | 162 |
| |
168 | 163 |
| |
169 | 164 |
| |
170 | 165 |
| |
171 | 166 |
| |
172 | 167 |
| |
173 |
| - | |
174 |
| - | |
175 |
| - | |
176 |
| - | |
177 |
| - | |
178 |
| - | |
179 |
| - | |
180 |
| - | |
181 |
| - | |
182 |
| - | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
183 | 173 |
| |
184 | 174 |
| |
185 | 175 |
| |
| |||
191 | 181 |
| |
192 | 182 |
| |
193 | 183 |
| |
194 |
| - | |
195 |
| - | |
196 |
| - | |
197 |
| - | |
198 |
| - | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
199 | 189 |
| |
200 | 190 |
| |
201 | 191 |
| |
202 | 192 |
| |
203 | 193 |
| |
204 | 194 |
| |
205 |
| - | |
206 |
| - | |
207 |
| - | |
208 |
| - | |
209 |
| - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
210 | 200 |
| |
211 | 201 |
| |
212 | 202 |
| |
|
0 commit comments
Comments
(0)