This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/12322] [3.4 Regression] Significant slowdown when compiling computed-goto code in Parrot
- From: "steven at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Dec 2003 17:10:46 -0000
- Subject: [Bug optimization/12322] [3.4 Regression] Significant slowdown when compiling computed-goto code in Parrot
- References: <20030917233348.12322.ahaas@airmail.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From steven at gcc dot gnu dot org 2003-12-18 17:10 -------
The real problem here is bb-reorder, as mentioned in Bug 13430. When that one
is finished, I expect we can just time GCC 3.3 vs. GCC 3.4, see that 3.4 is in
fact doing pretty well, and close this bug along with with 13430.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12322