summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-07-01 07:40:04 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-07-01 07:40:04 +0000
commit9b8f0f6c4683dd00ee0e3422b84c9cc34510011e (patch)
tree27536a5176fe16448f376e69a3f335685bacb588 /Changelog
parenta68e113d362e3d28fb1fc45d7f40692fdffe2498 (diff)
Added option -falign-functions
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1945 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog4
1 files changed, 3 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index f07154c..f585848 100644
--- a/Changelog
+++ b/Changelog
@@ -37,12 +37,14 @@ New tool:
produced by CompCert.
Other changes:
-- Elimination of "static" functions and global variables that are unused.
+- Elimination of "static" functions and "static" global variables that
+ are not referenced in the generated code.
- The memory model was enriched with "max" permissions in addition to
"current" permissions, to better reason over "const" blocks and
already-deallocated blocks.
- More efficient implementation of the memory model, resulting
in faster interpretation of source files by "ccomp -interp".
+- Added option "-falign-functions" to control alignment of function code.
Release 1.10, 2012-03-13