Abseil has some fun deciding how and when to use unaligned operations. Notably, it does them, but then pretends it doesn't if it knows certain sanitizers are active. Otherwise, it tries some hardware assumptions and then falls back to memcpy. Of course memcpy is actually the right answer, in a strict sense. We should take a look to decide whether we trust abseils choices here or whether we want to force to memcpy.
- Assignee:
- Billy Donahue
- Reporter:
- Andrew Morrow (Inactive)
- Votes:
-
0 Vote for this issue
- Watchers:
-
4 Start watching this issue
- Created:
- Updated:
- Resolved: