From a2d542ccaa12f2f97894d38db784876cfc9a194b Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 10 Sep 2008 23:04:56 -0700 Subject: [PATCH] changes: document optimizer change --- doc/changes.src | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/changes.src b/doc/changes.src index d0abb5b1..b39d3a5b 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -39,6 +39,10 @@ since 2007. \b Numerous bug fixes, especially to the AES, AVX and VTX instructions. +\b The optimizer now always runs until it converges. It also runs even + when disabled, but doesn't optimize. This allows most forward references + to be resolved properly. + \S{cl-2.03.01} Version 2.03.01 -- 2.11.4.GIT