[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
- Re: C++ preferences, (continued)
- Re: C++ preferences, Akim Demaille, 2018/09/13
- Re: C++ preferences, Hans Åberg, 2018/09/13
- Re: C++ preferences, Akim Demaille, 2018/09/13
- Re: C++ preferences, Hans Åberg, 2018/09/13
- Re: C++ preferences, Hans Åberg, 2018/09/13
- Re: C++ preferences (was: RFC: lalr1.cc: support move semantics), Frank Heckenbach, 2018/09/13
- Re: C++ preferences (was: RFC: lalr1.cc: support move semantics), Akim Demaille, 2018/09/15
- Re: C++ preferences (was: RFC: lalr1.cc: support move semantics), Frank Heckenbach, 2018/09/15
- Re: C++ preferences (was: RFC: lalr1.cc: support move semantics), Akim Demaille, 2018/09/15
- Re: C++ preferences (was: RFC: lalr1.cc: support move semantics), Frank Heckenbach, 2018/09/15
- Re: C++ preferences (was: RFC: lalr1.cc: support move semantics),
Akim Demaille <=
- Re: C++ preferences (was: RFC: lalr1.cc: support move semantics), Hans Åberg, 2018/09/13
- Re: C++ preferences (was: RFC: lalr1.cc: support move semantics), Akim Demaille, 2018/09/13
- Re: C++ preferences, Hans Åberg, 2018/09/13