www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 18942] New: core.internal.hash take advantage of alignment

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 puremagic.com
          Reporter: n8sh.secondary 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.

--
Jun 04 2018