| Related articles |
|---|
| Squashing C Source htf@sari.edinburgh.ac.uk (H T Fallside) (1990-12-05) |
| Re: Squashing C Source markhall@pyrps5.pyramid.com (1990-12-11) |
| Re: Squashing C Source megatest!djones@decwrl.dec.com (1990-12-14) |
| Re: Squashing C Source pardo@cs.washington.edu (1990-12-17) |
| Re: Squashing C Source htf@castle.ed.ac.uk (H T Fallside) (1990-12-17) |
| Re: Squashing C Source leland@cs.columbia.edu (Lee Woodbury) (1990-12-17) |
| Re: Squashing C Source Olivier.Levillain@cl.bull.fr (1990-12-18) |
| Newsgroups: | comp.compilers |
| From: | H T Fallside <htf@sari.edinburgh.ac.uk> |
| Keywords: | C, optimize |
| Organization: | Compilers Central |
| Date: | Wed, 5 Dec 90 16:39:12 GMT |
I'm after a preprocessor that will do in-line expansion of procedure
calls IN SOURCE for C to produce one lovely long main() procedure,
something capable of dealing intelligently with parameters and local
variables. Anyone out there got any ideas before I start writing ?
hamish
---------------------
htf@uk.ac.ed.castle
[GCC has an "inline" keyword which expands procedures in line, but I haven't
seen any source-to-source converters. What do you plan to do about
directly or indirectly recursive routines? -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.