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 [email protected] _______________________________________________ Bug-global mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-global
