
10 Oct
2011
10 Oct
'11
2:39 p.m.
Den 10-10-2011 11:54, Phil Endecott skrev:
Thorsten Ottosen wrote:
Hence I used __force_inline.
Did you also try profile-driven optimisation?
Yes, it gave a little extra, but not much. Also, for some projects, profile-driven optimization is simply not feasible. We evaluated it here at work, and it just didn't work out. Too many code paths that are hot in different circumstances, and the
On 10.10.2011 12:11, Thorsten Ottosen wrote: profile-enabled executable was just too slow. (We develop high-performance simulation software.) Sebastian