[Issue 5355] TLS variables are not 16 byte aligned

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jan 20 13:53:26 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=5355


Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla at digitalmars.com
         Resolution|                            |INVALID


--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> 2012-01-20 13:53:24 PST ---
TLS segments are now all 16 byte aligned. However, individual variables are
aligned based on their type. For example, arrays are aligned based on the
alignment requirement of their element type. Arrays of double are aligned on 8
byte boundaries, not 16 bytes.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list