Re: How expensive are exceptions?
  Home FAQ Contact Sign in
comp.lang.c++.moderated only
 
Advanced search
POPULAR GROUPS

more...

comp.lang.c++.moderated Profile…
 Up
Re: How expensive are exceptions?         


Author: Roman.Perepelitsa
Date: Jul 3, 2007 02:54

"Sergey P. Derevyago" iobox.com> wrote:
> A true recursive function gets inlined?!
> If you want to talk about programming, please be sure the have the
> necessary background knowledge.

Why not?

((lambda (a) (a a))(lambda (a) (a a)))

Also see http://en.wikipedia.org/wiki/Lambda_calculus#Recursion. All
lambda functions can be obviously inlined, hence we have recursive
function which can be inlined.

Roman Perepelitsa

--
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
no comments