This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/13987] [3.4/3.5 Regression] compile time regression while compile fold-const.i
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Jun 2004 02:55:52 -0000
- Subject: [Bug rtl-optimization/13987] [3.4/3.5 Regression] compile time regression while compile fold-const.i
- References: <20040203013908.13987.pinskia@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-06-08 02:55 -------
Ok, I have a patch, basically most of the non effiecient code is coming from sbitmap's use of
HOST_WIDE_INT and not checking it is the most effiecient way of doing it.
--
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |pinskia at gcc dot gnu dot
|dot org |org
Status|NEW |ASSIGNED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13987