metalangle
metalangle copied to clipboard
Implement parallel link
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.
Thanks a lot Pedro. Will take a look into it