[cfe-commits] [PATCH] Speed up parsing of global declarations.

Matthieu Monrocq matthieu.monrocq at gmail.com
Wed Dec 12 09:24:39 PST 2012


On Wed, Dec 12, 2012 at 2:07 PM, Manuel Klimek <klimek at google.com> wrote:

>
>   > As far as I understand, the information contained in the cache should
> be known to TableGen during Clang compile-time? If yes -- why not just
> generate this cache with TableGen?
>
>   I never used tablegen - on IRC Benjamin said that knowing the size of
> the holes at tablegen-time is not trivial.
>
> http://llvm-reviews.chandlerc.com/D197
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>

The not trivial to know because the diagnostics are split into several
files and each file is processed separately by tablegen (last I fiddled
with it, at least).

-- Matthieu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121212/42707e65/attachment.html>


More information about the cfe-commits mailing list