Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use wat over wast for text format filenames (#2518) | Sam Clegg | 2019-12-08 | 1 | -1/+1 |
| | |||||
* | Refactor and optimize binary writing type collection (#2478) | Alon Zakai | 2019-11-26 | 1 | -0/+19 |
Create a new ParallelFunctionAnalysis helper, which lets us run in parallel on all functions and collect info from them, without manually handling locks etc. Use that in the binary writing code's type collection logic, avoiding a lock for each type increment. Also add Signature printing which was useful to debug this. |