bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: C++ preferences (was: RFC: lalr1.cc: support move semantics)


From: Akim Demaille
Subject: Re: C++ preferences (was: RFC: lalr1.cc: support move semantics)
Date: Sun, 16 Sep 2018 15:50:28 +0200


> Le 15 sept. 2018 à 19:20, Frank Heckenbach <address@hidden> a écrit :
> 
> Talking about speedup, since we're fantasizing of language/compiler
> features, I wonder if a compiler like gcc couldn't achieve a lot by
> caching. Precompiled headers are one thing (but usually not the most
> time-consuming part). But many parts of code generation and
> optimization are done over and over again when recompiling some
> source with small changes. If gcc could cache their results (of
> course, with exact details of the necessary context and
> preconditions -- that's the tricky part), it might be able to speed
> up subsequent compilations a lot. But I know that's not exactly easy
> to implement …

Make it a client/server architecture, and name it zapcc.
http://www.zapcc.com


reply via email to

[Prev in Thread] Current Thread [Next in Thread]