diff mbox series

[wwwdocs] Document Nios II changes for GCC 8

Message ID 59F68DE5.1020304@codesourcery.com
State New
Headers show
Series [wwwdocs] Document Nios II changes for GCC 8 | expand

Commit Message

Sandra Loosemore Oct. 30, 2017, 2:26 a.m. UTC
I've checked in this patch to document my recent flurry of Nios II 
patches in the release notes for GCC 8.

-Sandra

Comments

Gerald Pfeifer Nov. 18, 2017, 7:38 p.m. UTC | #1
On Sun, 29 Oct 2017, Sandra Loosemore wrote:
> I've checked in this patch to document my recent flurry of Nios II 
> patches in the release notes for GCC 8.

Thank you!

>     The Nios II back end has been improved to generate better-optimized
>     code.  Changes include switching to LRA, more accurate cost models,
>     and more compact code for addressing static variables.

"better-optimized" with a dash, isn't that a bit German where we 
have words like Zugführerkontrollleuchtenschalter? ;-)

LRA has not been used inthat note so far.  Would it be appropriate
to say something like "LRA (a new local register allocator)" instead?

(This is what we do in gcc-7/changes.html the first time LRA is
referred to.)

>     New command-line options <code>-mgprel-sec=</code> and
>     <code>-mr0rel-sec=</code> have been added.

Would it make sense to hint what these options are about (which
areas they cover)?

Gerald
diff mbox series

Patch

Index: htdocs/gcc-8/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/changes.html,v
retrieving revision 1.16
diff -r1.16 changes.html
164a165,180
> <h3 id="nios2">Nios II</h3>
> <ul>
>   <li>
>     The Nios II back end has been improved to generate better-optimized
>     code.  Changes include switching to LRA, more accurate cost models,
>     and more compact code for addressing static variables.
>   </li>
>   <li>
>     New command-line options <code>-mgprel-sec=</code> and
>     <code>-mr0rel-sec=</code> have been added.
>   </li>
>   <li>
>     The stack-smashing protection options are now enabled on Nios II.
>   </li>
> </ul>
>