on code generation

mayurnaik@my-dejanews.com
19 Nov 1998 23:26:21 -0500

          From comp.compilers

Related articles
on code generation mayurnaik@my-dejanews.com (1998-11-19)
| List of all articles for this month |

From: mayurnaik@my-dejanews.com
Newsgroups: comp.compilers
Date: 19 Nov 1998 23:26:21 -0500
Organization: Deja News - The Leader in Internet Discussion
Keywords: C, question, comment

Hi,


I wanted to know, whether a typical C Compiler generates intermediate
code on a function-wise basis. i.e. whether intermediate code for a C
function is generated immediately after parsing that function, or
after the entire program has been parsed.


Thanks!
With best regards,
Mayur
[Most C compilers I've seen work a procedure at a time, although I've
heard of some that do a whole file or even the whole program at once.
-John]


Post a followup to this message

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