summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-03-23 10:17:10 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-03-23 10:17:10 +0000
commit0a9e21307d3abd1612bc95f9552dc2fe110742b5 (patch)
treed3d88af20c950a73d10673fbb645cdfdcdcdb661 /Changelog
parente57315d524658bcde314785bcf30780f2361e359 (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--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 85e4cad..0dfa982 100644
--- a/Changelog
+++ b/Changelog
@@ -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