This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa][rfc] plans for nested functions


By the way, an interesting historical note. If gcc had not supported
nested functions, then either we would have had to add them for Ada,
or we would have avoided using gcc for the back end. The fact that
nested functions *were* implemented was a major component in the decision

to use gcc. Note that other languages like Pascal also depend on this
mechanism. All the world is not C :-)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]