[Bug rtl-optimization/9702] [ARM] Constant pools are not shared among functions

2013-12-08 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9702 --- Comment #9 from Oleg Endo olegendo at gcc dot gnu.org --- As it has been mentioned in https://bugs.launchpad.net/gcc-linaro/+bug/625233 the ARM back end does not use GCC's constant pool handling for constants (in varasm.c), but rather

[Bug rtl-optimization/9702] [ARM] Constant pools are not shared among functions

2013-07-28 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9702 Oleg Endo olegendo at gcc dot gnu.org changed: What|Removed |Added Target|arm*-* |arm*-* sh*-*-*

[Bug rtl-optimization/9702] [ARM] Constant pools are not shared among functions

2009-06-23 Thread drow at gcc dot gnu dot org
--- Comment #7 from drow at gcc dot gnu dot org 2009-06-23 15:49 --- Nope. It would be somewhere between hard and impossible to do in the linker, because these have to go in the middle of the .text section, and within compile-time known offsets from the using functions (to accommodate

[Bug rtl-optimization/9702] [ARM] Constant pools are not shared among functions

2009-06-22 Thread steven at gcc dot gnu dot org
--- Comment #6 from steven at gcc dot gnu dot org 2009-06-22 16:21 --- Is there anything in the tool chain that handles this right now (linker maybe)? -- steven at gcc dot gnu dot org changed: What|Removed |Added