rts: Increase gen_workspace alignment to 128 bytes
1 unresolved thread
1 unresolved thread
Increase to match the 128-byte cache-line size of Apple's ARMv8 implementation.
Closes #25459 (closed).
Merge request reports
Activity
Filter activity
mentioned in issue #25459 (closed)
As @TerrorJack said I think it would be better if we had
_GHC_ATTRIBUTE_CACHLINE_ALIGNED
or similar.This would also allow us to be more precise for platforms with smaller cache lines in the future if it turns out to be significant in some cases.
added 1 commit
- 6e07238e - rts: Increase gen_workspace alignment to 128 bytes on AArch64
added 1 commit
- 3da67f40 - rts: Increase gen_workspace alignment to 128 bytes on AArch64
assigned to @marge-bot
I will attempt to batch this MR (!13601 (closed))...
Merged in a0fa4941
Please register or sign in to reply