inlining default

Neil Booth neil@daikokuya.demon.co.uk
Thu Dec 13 10:26:00 GMT 2001


Jason Merrill wrote:-

> It looks like if (!optimize && flag_instrument_function_entry_exit), we
> will end up trying to do RTL inlining and fail.

Sorry, that patch is totally broken for front ends that don't do tree
inlining; we turn off RTL inlining for them in favour of non-existent
tree inlining.

I'll keep it simple and apply the original patch I posted which just
rearranged the logic to return to the "no inlining if optimizing"
semantics.

Neil.



More information about the Gcc-patches mailing list