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
Currently every module in each of the passes is done one by one. This task is to explore the possibility of spawning processes for walking and compilation of modules.
find_used_modules: Spawn walking of a module in a process
find_used_functions: Spawn walking of a module in a process
translate: Translate each module and function ast in a process
Currently every module in each of the passes is done one by one. This task is to explore the possibility of spawning processes for walking and compilation of modules.
find_used_modules: Spawn walking of a module in a processfind_used_functions: Spawn walking of a module in a processtranslate: Translate each module and function ast in a process