INTEGRATE_THRESHOLD ever changed?
Richard Henderson
rth@cygnus.com
Tue Mar 14 17:02:00 GMT 2000
On Tue, Mar 14, 2000 at 04:11:49PM -0800, Stan Shebs wrote:
> The reason I ask is that Apple's code has a version that calculates
> the actual number of call-used registers at the point where the
> compiler is thinking about whether to inline ...
That information is not availible during inlining.
One would be able to do some educated guesswork based on number of
registers live across function calls -- which is not really the same
thing, though related. But to compute this value in less than 200
lines requires infrastructure only recently written.
I'm guessing the patch isn't this big, and thus is largely bogus.
r~
More information about the Gcc
mailing list