From 7d4128f2e6d73b8f105472f12157488d38898eff Mon Sep 17 00:00:00 2001 From: xleroy Date: Sun, 17 Mar 2013 09:00:42 +0000 Subject: More aggressive CSE across Ibuiltin. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2152 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- Changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index b8461c4..85e4cad 100644 --- a/Changelog +++ b/Changelog @@ -4,6 +4,8 @@ Development version in tail-recursive style. - Reduced memory requirements of constant propagation pass by forgetting compile-time approximations of dead variables. +- More aggressive common subexpression elimination across some builtin + function calls, esp. annotations. Release 1.13, 2013-03-12 -- cgit v1.2.3