Do we have optimizations to reduce cache miss?

2009-05-25 Thread Eric Fisher
Hi, I just want to ask whether we have any special pass to reduce cache miss? Or any idea or branch to enhance it. Thanks Eric Fisher

Re: Do we have optimizations to reduce cache miss?

2009-05-25 Thread Ben Elliston
I just want to ask whether we have any special pass to reduce cache miss? Or any idea or branch to enhance it. There are various data layout optimisations. There is also -Os ;-) Ben