RFC: New C++ Attribute: final

Richard Henderson rth@redhat.com
Wed Mar 3 00:09:00 GMT 2004


On Tue, Mar 02, 2004 at 06:24:48PM -0500, Daniel Berlin wrote:
> It's somewhere down on my list to implement some form of analysis 
> (RTA/CHA/whatever) to be able to a determine a small set of actual 
> calls a given virtual call can make.

We'll want to adjust the IL to make this easier for you.  For
instance, use a METHOD_CALL_EXPR instead of a CALL_EXPR with
the vtable lookup junk pre-expanded.  Or something.


r~



More information about the Gcc mailing list