diff options
author | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2012-08-01 12:27:00 +0000 |
---|---|---|
committer | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2012-08-01 12:27:00 +0000 |
commit | f896088ade483c43bc737513bf614f962c645020 (patch) | |
tree | 49a43be77e26f8044fbb0f53ef634f08b080bd95 /Changelog | |
parent | 5f61d89783b4b3a85203025853c7f558a4aee7a7 (diff) |
More aggressive elimination of conditional branches during constant
propagation, taking better advantage of inferred constants.
Helps with the compilation of && and || operators.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1987 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,9 +1,15 @@ Release 1.12 ======================== +Performance improvements: +- More aggressive elimination of conditional branches during constant + propagation, taking better advantage of inferred constants. + Other changes: - IA32/MacOS X: now supports referencing global variables defined in shared libraries; old hack for stdio is no longer needed. +- PowerPC/MacOS X: this port was removed, as recent version of MacOS X + no longer support PowerPC. Release 1.11, 2012-07-13 |