virtual functions and optimization at compile time

"preetham" <pdn@sasken.com>
21 Nov 2003 00:40:27 -0500

          From comp.compilers

Related articles
virtual functions and optimization at compile time pdn@sasken.com (preetham) (2003-11-21)
Re: virtual functions and optimization at compile time sasulzer@seanet.com (Stephen Sulzer) (2003-12-03)
Re: virtual functions and optimization at compile time joachim.durchholz@web.de (Joachim Durchholz) (2003-12-03)
Re: virtual functions and optimization at compile time hannah@schlund.de (2003-12-03)
Re: virtual functions and optimization at compile time tmk@netvision.net.il (2003-12-03)
Re: virtual functions and optimization at compile time alexc@std.com (Alex Colvin) (2003-12-03)
| List of all articles for this month |

From: "preetham" <pdn@sasken.com>
Newsgroups: comp.compilers
Date: 21 Nov 2003 00:40:27 -0500
Organization: Compilers Central
Keywords: OOP, optimize, comment
Posted-Date: 21 Nov 2003 00:40:27 EST

  hi,


Virtual Functions Are Supposed To Be Optimized Bcoz They R Supposedly
Resolved At Run-Time. How Can Virtual Functions Be Resolved At
Compile-Time???


Rgrds,
Preetham
[By flow analysis that determines that it'll always call the same
function, I suppose. -John]


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.