codepropertygraph icon indicating copy to clipboard operation
codepropertygraph copied to clipboard

Parallelize Linker/MemberAccessLinker Passes

Open fabsx00 opened this issue 4 years ago • 0 comments

In the same way we have parallelized TypeDeclStubCreator, MethodStubCreator, and MethodDecorator (see https://github.com/ShiftLeftSecurity/codepropertygraph/commit/c75a0a829f3131cfcbfce961745e841b3e07756e), we should be able to parallelize the Linker and MemberAccessLinker using ParallelIteratorExecutor. This should give us a performance boost on large code bases when processed on machines with many cores.

fabsx00 avatar Feb 21 '20 17:02 fabsx00