This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/15431] inefficient register allocation
- From: "douze at enseeiht dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 May 2004 08:58:43 -0000
- Subject: [Bug c/15431] inefficient register allocation
- References: <20040514085356.15431.douze@enseeiht.fr>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From douze at enseeiht dot fr 2004-05-14 08:58 -------
Created an attachment (id=6281)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6281&action=view)
benchmarking code
To reproduce the bug:
matthijs% gcc -O3 cellbug.i test_cellbug.c
matthijs% ./a.out
3.521 ms / 5.382 ms
(second version should be faster)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15431