bug-global
[Top][All Lists]
Advanced

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

Re: [PATCH] Add 2-pass mode to gtags


From: Hideki IWAMOTO
Subject: Re: [PATCH] Add 2-pass mode to gtags
Date: Wed, 20 Jan 2010 23:01:38 +0900

Hi.
>  - Incremental updating that use built-in parser was added. 

When formata of GRTAGS and GSYMS are different, incremantal updating
with 1-pass parsing is impossible. 
When only one of GRTAGS and GSYMS exists, 1-pass parsing is inefficient
because the data which are not used later are written to temporary file.

In these cases, the current implementation falls back to 2-pass parsing.
To simplify the source code, I want to treat these cases as an error. 
How do you think?

----
Hideki IWAMOTO  address@hidden




reply via email to

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