[Issue 18942] New: core.internal.hash take advantage of alignment info on non-x86

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jun 5 02:00:02 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18942

          Issue ID: 18942
           Summary: core.internal.hash take advantage of alignment info on
                    non-x86
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: druntime
          Assignee: nobody at puremagic.com
          Reporter: n8sh.secondary at hotmail.com

On machines that do not support unaligned memory access, core.internal.hash
should use statically available alignment information to determine when `uint`
reads can be used.

--


More information about the Digitalmars-d-bugs mailing list