> This was not for jump shortening, but the inliner heuristics. > > In the worst case we could separate the two, would be a larger > patch though.
Actually it's already separated, I don't affect the jump shortening at all. Only the inliner code adds the limit. So it would depend whether 1000 * weight is large enough for inlining. Honza? -Andi