Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.c > #166679

Re: Alternative compilation model for C

From scott@slp53.sl.home (Scott Lurndal)
Subject Re: Alternative compilation model for C
Newsgroups comp.lang.c
References <9628e129-f860-4a47-9d8e-4e5a21824877n@googlegroups.com>
Message-ID <5%AzK.61477$Dh2.60587@fx42.iad> (permalink)
Organization UsenetServer - www.usenetserver.com
Date 2022-07-13 14:52 +0000

Show all headers | View raw


Thiago Adams <thiago.adams@gmail.com> writes:
>(This is cross post, also on reddit compilers)
>
>I was thinking in a new compilation model for C (just to experiment) withou=
>t changing the language syntax.
>
 <snip>
>Instead of compiling one source each time this model can compile many sourc=
>es and the parsed header files can be "reserved in memory" to be included a=
>gain without re-parsing. This works because differently from normal C text =
>inclusion the header file does not change depending where it is included.

https://en.wikipedia.org/wiki/Precompiled_header

<snip>

Back to comp.lang.c | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Alternative compilation model for C Thiago Adams <thiago.adams@gmail.com> - 2022-07-13 06:08 -0700
  Re: Alternative compilation model for C scott@slp53.sl.home (Scott Lurndal) - 2022-07-13 14:52 +0000
  Re: Alternative compilation model for C Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2022-07-13 10:48 -0700
  Re: Alternative compilation model for C bart c <bart4858@gmail.com> - 2022-07-14 13:37 -0700
    Re: Alternative compilation model for C Thiago Adams <thiago.adams@gmail.com> - 2022-07-14 19:32 -0700
      Re: Alternative compilation model for C "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2022-07-14 22:50 -0700
      Re: Alternative compilation model for C bart c <bart4858@gmail.com> - 2022-07-15 03:51 -0700
  Re: Alternative compilation model for C Thiago Adams <thiago.adams@gmail.com> - 2022-10-03 09:14 -0700
    Re: Alternative compilation model for C scott@slp53.sl.home (Scott Lurndal) - 2022-10-03 16:26 +0000
      Re: Alternative compilation model for C Thiago Adams <thiago.adams@gmail.com> - 2022-10-04 05:14 -0700

csiph-web