You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the same way we have parallelized TypeDeclStubCreator, MethodStubCreator, and MethodDecorator (see c75a0a8), 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.
The text was updated successfully, but these errors were encountered:
fabsx00
changed the title
Parallelize Linker Pass
Parallelize Linker/MemberAccessLinker Passes
Feb 21, 2020
In the same way we have parallelized
TypeDeclStubCreator
,MethodStubCreator
, andMethodDecorator
(see c75a0a8), we should be able to parallelize theLinker
andMemberAccessLinker
usingParallelIteratorExecutor
. This should give us a performance boost on large code bases when processed on machines with many cores.The text was updated successfully, but these errors were encountered: