Re: [PATCH] xtensa: add -mauto-litpools option

2015-08-12 Thread Max Filippov
On Wed, Aug 12, 2015 at 7:35 PM, augustine.sterl...@gmail.com wrote: > On Tue, Aug 11, 2015 at 6:09 PM, Max Filippov wrote: >> With support from assembler this option allows compiling huge functions, >> where single literal pool at the beginning of a function may not be >> reachable by L32R instr

Re: [PATCH] xtensa: add -mauto-litpools option

2015-08-12 Thread augustine.sterl...@gmail.com
On Tue, Aug 11, 2015 at 6:09 PM, Max Filippov wrote: > With support from assembler this option allows compiling huge functions, > where single literal pool at the beginning of a function may not be > reachable by L32R instructions at its end. > > Currently assembler --auto-litpools option cannot d

[PATCH] xtensa: add -mauto-litpools option

2015-08-11 Thread Max Filippov
With support from assembler this option allows compiling huge functions, where single literal pool at the beginning of a function may not be reachable by L32R instructions at its end. Currently assembler --auto-litpools option cannot deal with literals used from multiple locations separated by mor