From: epetrich Date: Fri, 10 Sep 2004 19:00:44 +0000 (+0000) Subject: * doc/sdccman.lyx: fixed a problem with my new index entries (thanks X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=5b67552c3165af4e6323df38a54bad7dd5be5388;p=fw%2Fsdcc * doc/sdccman.lyx: fixed a problem with my new index entries (thanks Frieder) and clarified the default code optimization mode git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3488 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 7feea489..c070e9cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-10 Erik Petrich + + * doc/sdccman.lyx: fixed a problem with my new index entries (thanks + Frieder) and clarified the default code optimization mode + 2004-09-10 Erik Petrich * src/SDCC.lex (doPragma, process_pragma), diff --git a/doc/sdccman.lyx b/doc/sdccman.lyx index 362c3e5b..cc0b7b8d 100644 --- a/doc/sdccman.lyx +++ b/doc/sdccman.lyx @@ -14267,7 +14267,7 @@ status Collapsed \layout Itemize opt_code_speed -\begin_inset LatexCommand \index{\#pragma opt_code_speed} +\begin_inset LatexCommand \index{\#pragma opt\_code\_speed} \end_inset @@ -14276,7 +14276,7 @@ opt_code_speed \layout Itemize opt_code_size -\begin_inset LatexCommand \index{\#pragma opt_code_size} +\begin_inset LatexCommand \index{\#pragma opt\_code\_size} \end_inset @@ -14285,12 +14285,13 @@ opt_code_size \layout Itemize opt_code_balanced -\begin_inset LatexCommand \index{\#pragma opt_code_balanced} +\begin_inset LatexCommand \index{\#pragma opt\_code\_balanced} \end_inset - The compiler will attempt to generate code that is both compact and fast, - as long as meeting one goal is not a detriment to the other. + as long as meeting one goal is not a detriment to the other (this is the + default). \layout Standard