[Mono-list] Build to intermediate file?
Piers Haken
piersh@friskit.com
Fri, 26 Jul 2002 12:24:40 -0700
in theory the final IL/metadata is rich enough for this, but inlining
(of code and constants) makes deciding which files are out-of-date a
little tricky.
piers.
-----Original Message-----
From: Miguel de Icaza [mailto:miguel@ximian.com]
Sent: Friday, July 26, 2002 9:12 AM
To: J. Perkins
Cc: Paolo Molaro; Mono-list
Subject: Re: [Mono-list] Build to intermediate file?
Hello,
> That might be nice. I thought about this some more last night, and
> I realized that mcs has to parse and build every file, every time,
> right? Now I know *nothing* about compilers, so feel free to write
> me off as an ignorant hack, but it seems you could get considerably
> faster builds if you could write out some sort of raw IL, and then
> merge a bunch of raw IL files together. That way, if a .cs file
> hasn't changed, you don't have to parse it.
Yes, that is called incremental compilation, but it makes the compiler
more complex. Maybe one day I will do it.
Miguel
_______________________________________________
Mono-list maillist - Mono-list@ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list