tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] First kcachegrind output


From: Sergey Korshunoff
Subject: Re: [Tinycc-devel] First kcachegrind output
Date: Sun, 24 Apr 2016 04:14:38 +0300

exsymtab:
>  It is plausible to use symbol table caching and serializing/deserializing to 
> avoid loading and parsing standard header files

Nice idea! Thanks.Something like precompiled headers. tcc must be able
to compile a *.h file and build *.tch one (if there is only one *.h in
the project main.c file). And then use this file insteed of the *.h.
May be a new switch (or pragma) will be needed?

https://gcc.gnu.org/onlinedocs/gcc/Precompiled-Headers.html

PS: But I like idea to use tcc with perl too.(just in time compiler)



reply via email to

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