From 0a9e21307d3abd1612bc95f9552dc2fe110742b5 Mon Sep 17 00:00:00 2001 From: xleroy Date: Sat, 23 Mar 2013 10:17:10 +0000 Subject: 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 --- Changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Changelog') 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 -- cgit v1.2.3