ditto

Results 17 comments of ditto

It seems that the problem is caused by the `deduplicateFinal` method in `Engine` class. After I remoce this method, the result is complete. ``` _________________________________________________________________________ | nodeType | tracked |...

I got it,is it possible to boost the parsing process on large project ?thanks > No, `TSParser` object is not thread safe.

> No, `TSParser` object is not thread safe. I created a `TSParser` for each thread, but it still crashed

> Other APIs, such as `TSNode`, are also not thread-safe. Is there an easy way to boost parsing a large project ? could you help me, thanks

> [@xywang18](https://github.com/xywang18) how about you try it out, and report back? Same result. I handle such cases by writing a separate pass. maybe it can be solved in CallGraphPass?

> [@xywang18](https://github.com/xywang18) how about you try it out, and report back? in our experiments, such cases are very common and it affects vulnerability detection. For example, many methods call helper...