forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3d0b4b1
committed
Use a non-locking initial test in TAS_SPIN on AArch64.
Our testing showed that this is helpful at sufficiently highcontention levels and doesn't hurt performance on smaller machines.The new TAS_SPIN macro for AArch64 is identical to the ones addedfor PPC and x86_64 (see commitsbc2a050 andb03d196).Reported-by: Salvatore DipietroReviewed-by: Jingtang Zhang, Andres FreundTested-by: Tom LaneDiscussion:https://postgr.es/m/ZxgDEb_VpWyNZKB_%40nathan1 parent28e7a99 commit3d0b4b1
1 file changed
+10
-4
lines changedLines changed: 10 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
263 | 263 |
| |
264 | 264 |
| |
265 | 265 |
| |
| 266 | + | |
| 267 | + | |
266 | 268 |
| |
267 |
| - | |
268 |
| - | |
269 |
| - | |
| 269 | + | |
| 270 | + | |
270 | 271 |
| |
271 |
| - | |
| 272 | + | |
272 | 273 |
| |
273 | 274 |
| |
274 | 275 |
| |
275 | 276 |
| |
276 | 277 |
| |
277 | 278 |
| |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
278 | 284 |
| |
279 | 285 |
| |
280 | 286 |
| |
|
0 commit comments
Comments
(0)