forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit09adc9a
committed
Align all shared memory allocations to cache line boundaries.
Experimentation shows this only costs about 6kB, which seems wellworth it given the major performance effects that can be causedby insufficient alignment, especially on larger systems.Discussion: 14166.1458924422@sss.pgh.pa.us1 parent1d2fe56 commit09adc9a
1 file changed
+10
-2
lines changedLines changed: 10 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
174 |
| - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
175 | 183 |
| |
176 |
| - | |
| 184 | + | |
177 | 185 |
| |
178 | 186 |
| |
179 | 187 |
| |
|
0 commit comments
Comments
(0)