|
From: Nicholas N. <nj...@cs...> - 2005-11-12 22:36:55
|
Hi, Is there an easy way to learn when GCC options were introduced? I've found that I can speed up Cachegrind by 6--8% by inlining the cachesim_*_doref() functions. But because they're big, I need to set "--param max-inline-insns-single=2000", which says "inline big functions that are marked 'inline'". So I want to know when this --param option was introduced, to know if I can just use it straight up or if some fiddling is required. Thanks. Nick |