summaryrefslogtreecommitdiff
path: root/scripts/strip_local_names.py
Commit message (Collapse)AuthorAgeFilesLines
* Switch python indentation from 2-space to 4-space (#2299)Sam Clegg2019-08-161-7/+6
| | | | | | | | pep8 specifies 4 space indentation. The use of 2 spaces is, I believe a historical anomaly where certain large organizations such as google chose 2 over 4 and have yet to make the switch. Since there isn't too much code in binaryen today it seems reasonable to make the switch.
* Upgrade flake8 and run it on python 3 (#2297)Guanzhong Chen2019-08-131-2/+2
|
* Massive renaming (#1855)Thomas Lively2019-01-071-1/+1
| | | | | | Automated renaming according to https://github.com/WebAssembly/spec/issues/884#issuecomment-426433329.
* Add priority to copies on backedges (#791)Alon Zakai2016-10-201-0/+13
* add a coalesce-locals test for costly backedges * add script to strip local names out, for convenient diffing * prioritize backedge copies