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: GSoC ideas: sc frontend, multi output compilation, constant path swap runtime optimization


On 03/18/2012 11:53 PM, Tomasz Borowik wrote:

> The perfect solution would be to shun away the standard model and
> actually support a kind of on-demand recompilation where the editor
> tells the compiler (running in background) what has changed and the
> compiler (having a function inlining map) recompiles only the
> necessary pieces and replaces them in the elf files. Though that's
> probably too far-fetched (there's also the question of how much of
> gimple/generic could be kept between recompilations).

> Simplifying we skip the "working in background" and the last step,
> and just generate separate .s files, I've almost hacked this but I
> had a lot of trouble with missing or duplicate variables/labels etc.

http://www.gccsummit.org/2003/view_abstract.php?talk=28

Andrew.


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