This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: compile server design document
- From: Steven Bosscher <s dot bosscher at student dot tudelft dot nl>
- To: Per Bothner <pbothner at apple dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: 27 Feb 2003 12:47:05 +0100
- Subject: Re: compile server design document
- References: <3E5D6970.6080108@apple.com>
Op do 27-02-2003, om 02:27 schreef Per Bothner:
> As I've hinted, I have been working for Apple on a "compile server".
> The idea is that the compiler when in server mode will re-use trees
> from header files. I've attached a semi-detailed design documnent.
Good stuff!
> This is in texinfo format (so it can later be merged into gccint.text).
> To generate html do: makeinfo --html gcc-server.texi
Or texi2pdf gcc-server.texi.
Also uncovers a minor error:
You say on lines 201 and 671: "@itemize bullet",
should be "@itemize @bullet".
Greetz
Steven