metalangle icon indicating copy to clipboard operation
metalangle copied to clipboard

Implement parallel link

Open RandomShaper opened this issue 4 years ago • 1 comments

This is my approach at making parallel compile/link functional. So far it has worked fine in all my tests.

This is not based on the latest commit and would require some rebasing. However, since I don't currently have time to do the rebase and anyway this would require some changes to match the project (like using the worker thread infrastructure instead of spawning one out of the blue), I'm just submitting it as a draft PR.

Maybe someone else finds it interesting and wants to try it or, even better, rebase it.


This code is generously donated by IMVU.

RandomShaper avatar Jan 15 '21 01:01 RandomShaper

Thanks a lot Pedro. Will take a look into it

kakashidinho avatar Jan 15 '21 03:01 kakashidinho