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 rtl-optimization/14347] ifconvert doesn't generate conditional store on i386


------- Additional Comments From ak at muc dot de  2004-05-30 17:02 -------
Sorry reading this again, you're right.
it looks a bit broken though since it will always dirty the cache line,
which can be much more costly than doing the jump. Not sure if that's a 
good way. The original way I propose by doing the CMOV on the target
address would avoid this problem.

-- 


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


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