From 9b8f0f6c4683dd00ee0e3422b84c9cc34510011e Mon Sep 17 00:00:00 2001 From: xleroy Date: Sun, 1 Jul 2012 07:40:04 +0000 Subject: Added option -falign-functions git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1945 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- Changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Changelog') 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 -- cgit v1.2.3