This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/23322] [4.1/4.2/4.3 regression] performance regression



------- Comment #25 from hubicka at gcc dot gnu dot org  2008-02-06 11:30 -------
Hmm, sorry. IS_STACK_MODE obviously return false for SSE math, per Paolo's
commit.  Since it is not used except for the hacks to avoid constant hoisting,
I guess it is OK.  I will commit only the patch for pertial memory write and
give it a try making this heuristic less active.

The code is question is simple loop initializing array with a constant.  This
seems like something we ought to get right


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23322


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]