Re: [PATCH 2/8] [i386] Add option -moutline-msabi-xlogues

2017-04-01 Thread Daniel Santos
Uros, can I please get your opinion on this? I have no objections to this, but I want to check with you first. On 02/10/2017 10:54 AM, Sandra Loosemore wrote: I'd like to re-iterate my previous request that the option be renamed -mno-inline-msabi-xlogues. No other option that controls inlinin

Re: [PATCH 2/8] [i386] Add option -moutline-msabi-xlogues

2017-02-10 Thread Daniel Santos
On 02/10/2017 10:54 AM, Sandra Loosemore wrote: On 02/09/2017 09:46 PM, Daniel Santos wrote: On 02/08/2017 05:28 PM, Bernhard Reutner-Fischer wrote: On 7 February 2017 19:40:17 CET, Daniel Santos wrote: +{ "-mmoutline-msabi-xlogues", MASK_OUTLINE_MSABI_XLOGUES } }; s/mm/m/ I'd like

Re: [PATCH 2/8] [i386] Add option -moutline-msabi-xlogues

2017-02-10 Thread Sandra Loosemore
On 02/09/2017 09:46 PM, Daniel Santos wrote: On 02/08/2017 05:28 PM, Bernhard Reutner-Fischer wrote: On 7 February 2017 19:40:17 CET, Daniel Santos wrote: +{ "-mmoutline-msabi-xlogues",MASK_OUTLINE_MSABI_XLOGUES } }; s/mm/m/ I'd like to re-iterate my previous request that the op

Re: [PATCH 2/8] [i386] Add option -moutline-msabi-xlogues

2017-02-09 Thread Daniel Santos
On 02/08/2017 05:28 PM, Bernhard Reutner-Fischer wrote: On 7 February 2017 19:40:17 CET, Daniel Santos wrote: +{ "-mmoutline-msabi-xlogues",MASK_OUTLINE_MSABI_XLOGUES } }; s/mm/m/ +thus reducing function size at the cost of and few extra instructions. s/and/a/ Thanks for catc

Re: [PATCH 2/8] [i386] Add option -moutline-msabi-xlogues

2017-02-08 Thread Bernhard Reutner-Fischer
On 7 February 2017 19:40:17 CET, Daniel Santos wrote: >+{ "-mmoutline-msabi-xlogues", MASK_OUTLINE_MSABI_XLOGUES } > }; s/mm/m/ >+thus reducing function size at the cost of and few extra instructions. s/and/a/

[PATCH 2/8] [i386] Add option -moutline-msabi-xlogues

2017-02-07 Thread Daniel Santos
Adds the option to i386.opt and i386.c and adds documentation to invoke.texi. Signed-off-by: Daniel Santos --- gcc/config/i386/i386.c | 3 ++- gcc/config/i386/i386.opt | 5 + gcc/doc/invoke.texi | 11 ++- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/gcc/co