summaryrefslogtreecommitdiff
path: root/scripts/process_optimize_instructions.py
Commit message (Collapse)AuthorAgeFilesLines
* Switch python indentation from 2-space to 4-space (#2299)Sam Clegg2019-08-161-1/+1
| | | | | | | | 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.
* rewrite OptimizeInstructions to use a dsl of patternsAlon Zakai2016-06-261-0/+16