diff options
author | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2013-03-17 09:00:42 +0000 |
---|---|---|
committer | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2013-03-17 09:00:42 +0000 |
commit | 7d4128f2e6d73b8f105472f12157488d38898eff (patch) | |
tree | c76f90730ded3a2581f74977abe394b39d6cfc2d /Changelog | |
parent | 707b6a1ae9660b13cf6f68c7c0ce74017f5981c5 (diff) |
More aggressive CSE across Ibuiltin.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2152 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |