diff options
author | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2011-05-24 13:56:32 +0000 |
---|---|---|
committer | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2011-05-24 13:56:32 +0000 |
commit | 25ce4e6d624bd633c7b07e4f6e91417e8de05337 (patch) | |
tree | 2ae9918296bb5715845ea18ffcc930201982195e /Changelog | |
parent | 37447ffb3242d1d8ffa7c60eedeea848bd4ba956 (diff) |
Forgot something
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1658 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -22,6 +22,10 @@ Release 1.8.2, 2011-05-24 was pushed through all intermediate languages of the back-end (previously: requirement present only up to Csharpminor). +- Emulation of assignment between structs and between unions was + simplified and made more efficient, thanks to a better implementation + of __builtin_memcpy. + - Improvements to the compiler driver: . -E option now prints preprocessed result to standard output instead of saving it in a .i file |