January 21, 2013 [D-runtime] [D-Programming-Language/druntime] e9445d: Unify AA value alignment to size_t.sizeof (fixes b... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/druntime Commit: e9445dcbbfd7dec9275e78fba6633b689ca06c09 https://github.com/D-Programming-Language/druntime/commit/e9445dcbbfd7dec9275e78fba6633b689ca06c09 Author: Simon Harris <simon@pearfalse.co.uk> Date: 2013-01-17 (Thu, 17 Jan 2013) Changed paths: M src/object.di M src/object_.d M src/rt/aaA.d Log Message: ----------- Unify AA value alignment to size_t.sizeof (fixes bug 8583) Sets the alignment of values in both AA declarations (object and aaA) to size_t.sizeof bytes, which fixes byValue range iteration on x64. Commit: 9eb3f28e299cb0ce0b2fb22798f4086f008a8a87 https://github.com/D-Programming-Language/druntime/commit/9eb3f28e299cb0ce0b2fb22798f4086f008a8a87 Author: Simon Harris <simon@pearfalse.co.uk> Date: 2013-01-21 (Mon, 21 Jan 2013) Changed paths: M src/object.di M src/object_.d M src/rt/aaA.d Log Message: ----------- Add unit tests for bug 8583; restore 16-byte aligment on x64 This adds unit tests for the alignment fix to Slot, ensuring the two declarations of an AA slot stay in sync. The 16-byte alignment rule for x64 has been restored. Commit: 105e12f5b933797a4cae84295a3ebe445e8ae909 https://github.com/D-Programming-Language/druntime/commit/105e12f5b933797a4cae84295a3ebe445e8ae909 Author: Alex Rønne Petersen <alex@alexrp.com> Date: 2013-01-21 (Mon, 21 Jan 2013) Changed paths: M src/object.di M src/object_.d M src/rt/aaA.d Log Message: ----------- Merge pull request #386 from pearfalse/master Explicitly set AA value alignment in slot to size_t.sizeof bytes (fixes bug 8583) Compare: https://github.com/D-Programming-Language/druntime/compare/2af9392060cb...105e12f5b933 |
Copyright © 1999-2021 by the D Language Foundation