summaryrefslogtreecommitdiff
path: root/test/unit/test_stack_ir.py
Commit message (Collapse)AuthorAgeFilesLines
* Use wat over wast for text format filenames (#2518)Sam Clegg2019-12-081-1/+1
|
* Refactor and optimize binary writing type collection (#2478)Alon Zakai2019-11-261-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.