diff options
author | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2013-03-23 10:17:10 +0000 |
---|---|---|
committer | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2013-03-23 10:17:10 +0000 |
commit | 0a9e21307d3abd1612bc95f9552dc2fe110742b5 (patch) | |
tree | d3d88af20c950a73d10673fbb645cdfdcdcdb661 /Changelog | |
parent | e57315d524658bcde314785bcf30780f2361e359 (diff) |
Watch out for behaviors exponential in the nesting of struct/union types.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2158 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ Development version compile-time approximations of dead variables. - More aggressive common subexpression elimination across some builtin function calls, esp. annotations. +- More careful elaboration of C struct and union types into CompCert C + types, avoiding behaviors exponential in the nesting of structs. Release 1.13, 2013-03-12 |