[Bug rtl-optimization/17838] spills are not re-used

2013-04-21 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17838 --- Comment #13 from Eric Botcazou ebotcazou at gcc dot gnu.org 2013-04-21 09:59:26 UTC --- In this case the code is computationally intensive. It doesn't make sense to compile with '-Os' for cryptographic algorithms. Huh? Of course

[Bug rtl-optimization/17838] spills are not re-used

2013-04-21 Thread dean at arctic dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17838 dean at arctic dot org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug rtl-optimization/17838] spills are not re-used

2013-04-20 Thread bpringlemeir at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17838 Bill Pringlemeir bpringlemeir at gmail dot com changed: What|Removed |Added CC|

[Bug rtl-optimization/17838] spills are not re-used

2011-11-16 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17838 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added CC||ebotcazou at

[Bug rtl-optimization/17838] spills are not re-used

2011-11-15 Thread tstdenis at elliptictech dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17838 --- Comment #10 from Tom St Denis tstdenis at elliptictech dot com 2011-11-15 14:20:07 UTC --- Another update ... We've just profiled our crypto library and across the board [cipher, hashes, PK functions like RSA/ECC] GCC is a complete loser

[Bug rtl-optimization/17838] spills are not re-used

2011-11-10 Thread tstdenis at elliptictech dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17838 --- Comment #9 from Tom St Denis tstdenis at elliptictech dot com 2011-11-10 19:28:33 UTC --- (In reply to comment #7) (In reply to comment #6) Created attachment 25751 [details] Another test case Another example using gcc version

[Bug rtl-optimization/17838] spills are not re-used

2011-11-10 Thread tstdenis at elliptictech dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17838 Tom St Denis tstdenis at elliptictech dot com changed: What|Removed |Added CC||tstdenis

[Bug rtl-optimization/17838] spills are not re-used

2011-11-08 Thread tstdenis at elliptictech dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17838 --- Comment #6 from Tom St Denis tstdenis at elliptictech dot com 2011-11-08 14:17:55 UTC --- Created attachment 25751 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=25751 Another test case Another example using gcc version 4.6.1 20110908

[Bug rtl-optimization/17838] spills are not re-used

2011-11-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17838 --- Comment #7 from Andrew Pinski pinskia at gcc dot gnu.org 2011-11-08 20:24:01 UTC --- (In reply to comment #6) Created attachment 25751 [details] Another test case Another example using gcc version 4.6.1 20110908 (Red Hat 4.6.1-9)

[Bug rtl-optimization/17838] spills are not re-used

2009-04-22 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2009-04-22 21:17 --- I think this was fixed for GCC 4.4.0 with the IRA but I can't test right now since the preprocessed source uses builtin functions which are no longer exist in 4.4. -- pinskia at gcc dot gnu dot org changed: