mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 18:06:56 +02:00
On some architectures like ARM, using mismatched memory types for different aliases of the same physical memory can lead to unexpected behavior. (https://developer.arm.com/documentation/102376/0200/Memory-aliasing-and-mismatched-memory-types) Flushing the data cache and using appropriate memory barriers might be enough, but should have worse performance.
72 KiB
72 KiB